Skip to content

Commit 30012e2

Browse files
committed
migrate web3 primitives to alloy_primitives
1 parent e836a53 commit 30012e2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+1112
-1270
lines changed

Cargo.lock

Lines changed: 52 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ repository = "https://github.com/graphprotocol/graph-node"
3838
license = "MIT OR Apache-2.0"
3939

4040
[workspace.dependencies]
41-
alloy = { version = "0.15.10", features = ["full"] }
41+
alloy = { version = "0.15.10", features = ["full", "arbitrary"] }
4242
alloy-rpc-types = "0.15.10"
4343
anyhow = "1.0"
4444
async-graphql = { version = "7.0.15", features = ["chrono"] }

0 commit comments

Comments
 (0)