Skip to content

Commit 2de6d92

Browse files
authored
Merge pull request #61 from kinode-dao/dr/eth-add-chain-id
eth: add chain ID everywhere
2 parents e382187 + 86ae506 commit 2de6d92

File tree

4 files changed

+604
-386
lines changed

4 files changed

+604
-386
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ homepage = "https://kinode.org"
88
repository = "https://github.com/kinode-dao/process_lib"
99

1010
[dependencies]
11-
alloy-rpc-types = { git = "https://github.com/alloy-rs/alloy", rev = "098ad56" }
12-
alloy-primitives = "0.6.2"
13-
alloy-transport = { git = "https://github.com/alloy-rs/alloy.git", rev = "098ad56" }
14-
alloy-json-rpc = { git = "https://github.com/alloy-rs/alloy.git", rev = "098ad56" }
11+
alloy-rpc-types = { git = "https://github.com/alloy-rs/alloy", rev = "6f8ebb4" }
12+
alloy-primitives = "0.6.3"
13+
alloy-transport = { git = "https://github.com/alloy-rs/alloy.git", rev = "6f8ebb4" }
14+
alloy-json-rpc = { git = "https://github.com/alloy-rs/alloy.git", rev = "6f8ebb4" }
1515
anyhow = "1.0"
1616
bincode = "1.3.3"
1717
http = "1.0.0"

0 commit comments

Comments
 (0)