Skip to content

Commit b257a85

Browse files
committed
.
1 parent 6642312 commit b257a85

13 files changed

+1301
-124
lines changed

Cargo.lock

+57
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@ edition = "2021"
77

88
[dependencies]
99
clap = {version="3.1.9", features = ["derive"]}
10-
# ethers = { path = "../ethers-rs", default-features = false, features = ["legacy"] }
11-
# ethers-solc = { path = "../ethers-rs/ethers-solc", features = ["full", "rustls"] }
1210
ethers = { git = "https://github.com/gakonst/ethers-rs", rev="6b6c5115838008565d774d784262e61e01129ebb", default-features = false, features = ["legacy"] }
1311
ethers-solc = { git = "https://github.com/gakonst/ethers-rs", rev="6b6c5115838008565d774d784262e61e01129ebb", features = ["full"] }
12+
ethers-providers = { git = "https://github.com/gakonst/ethers-rs", rev="6b6c5115838008565d774d784262e61e01129ebb", features = ["ws"] }
1413
eyre = "*"
1514
hex = "*"
1615
tokio = { version = "1.17.0", features = ["full"] }

0 commit comments

Comments
 (0)