Skip to content

Commit

Permalink
Support for Gnosis Chain response types (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
bh2smith authored Nov 28, 2024
1 parent 8f07395 commit 5fa185a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ clap = { version = "4", features = ["derive", "env"] }
rusqlite = { version = "0.30.0", features = ["extra_check"] }
# Waiting on https://github.com/nlordell/ethrpc-rs/pull/9
#ethrpc = { version = "0.0.8", features = ["http"] }
ethrpc = { git = "https://github.com/bh2smith/ethrpc-rs", rev = "04ba07064fcb9ac8cf71e02d2c168819499b3616", features = [
ethrpc = { git = "https://github.com/bh2smith/ethrpc-rs", rev = "4eb7466", features = [
"http",
] }
serde = { version = "1", features = ["derive"] }
Expand Down

0 comments on commit 5fa185a

Please sign in to comment.