Skip to content

Commit fa5b8ea

Browse files
committed
migrate web3 primitives to alloy_primitives
1 parent b44014f commit fa5b8ea

File tree

59 files changed

+1125
-1288
lines changed

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

+1125
-1288
lines changed

Cargo.lock

Lines changed: 50 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
@@ -39,7 +39,7 @@ repository = "https://github.com/graphprotocol/graph-node"
3939
license = "MIT OR Apache-2.0"
4040

4141
[workspace.dependencies]
42-
alloy = { version = "1.0.33", features = ["dyn-abi", "json-abi", "full"] }
42+
alloy = { version = "1.0.33", features = ["dyn-abi", "json-abi", "full", "arbitrary"] }
4343
alloy-rpc-types = "1.0.33"
4444
anyhow = "1.0"
4545
async-graphql = { version = "7.0.17", features = ["chrono"] }

0 commit comments

Comments
 (0)