Skip to content

Commit

Permalink
Merge pull request #61 from kinode-dao/dr/eth-add-chain-id
Browse files Browse the repository at this point in the history
eth: add chain ID everywhere
  • Loading branch information
dr-frmr authored Mar 4, 2024
2 parents e382187 + 86ae506 commit 2de6d92
Show file tree
Hide file tree
Showing 4 changed files with 604 additions and 386 deletions.
80 changes: 42 additions & 38 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ homepage = "https://kinode.org"
repository = "https://github.com/kinode-dao/process_lib"

[dependencies]
alloy-rpc-types = { git = "https://github.com/alloy-rs/alloy", rev = "098ad56" }
alloy-primitives = "0.6.2"
alloy-transport = { git = "https://github.com/alloy-rs/alloy.git", rev = "098ad56" }
alloy-json-rpc = { git = "https://github.com/alloy-rs/alloy.git", rev = "098ad56" }
alloy-rpc-types = { git = "https://github.com/alloy-rs/alloy", rev = "6f8ebb4" }
alloy-primitives = "0.6.3"
alloy-transport = { git = "https://github.com/alloy-rs/alloy.git", rev = "6f8ebb4" }
alloy-json-rpc = { git = "https://github.com/alloy-rs/alloy.git", rev = "6f8ebb4" }
anyhow = "1.0"
bincode = "1.3.3"
http = "1.0.0"
Expand Down
Loading

0 comments on commit 2de6d92

Please sign in to comment.