Skip to content

Commit

Permalink
fix(e2e): add required ethers flags (#958)
Browse files Browse the repository at this point in the history
  • Loading branch information
PoisonPhang authored Nov 22, 2023
1 parent 4a2c415 commit 7c57fb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/ensure-blocks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"

[dependencies]
clap = { version = "4.3.12", features = ["derive"] }
ethers = { workspace = true, features = ["ws"] }
ethers = { workspace = true, features = ["ws", "providers"] }
reqwest = "0.11.18"
tendermint-rpc = { workspace = true, features = ["http-client", "websocket-client"] }
tokio = { version = "1.29.1", features = ["full"] }
Expand Down

0 comments on commit 7c57fb0

Please sign in to comment.