Skip to content

Commit 5fa185a

Browse files
authored
Support for Gnosis Chain response types (#33)
1 parent 8f07395 commit 5fa185a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
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
@@ -11,7 +11,7 @@ clap = { version = "4", features = ["derive", "env"] }
1111
rusqlite = { version = "0.30.0", features = ["extra_check"] }
1212
# Waiting on https://github.com/nlordell/ethrpc-rs/pull/9
1313
#ethrpc = { version = "0.0.8", features = ["http"] }
14-
ethrpc = { git = "https://github.com/bh2smith/ethrpc-rs", rev = "04ba07064fcb9ac8cf71e02d2c168819499b3616", features = [
14+
ethrpc = { git = "https://github.com/bh2smith/ethrpc-rs", rev = "4eb7466", features = [
1515
"http",
1616
] }
1717
serde = { version = "1", features = ["derive"] }

0 commit comments

Comments
 (0)