We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c2ef42 commit 20f0388Copy full SHA for 20f0388
1 file changed
batcher/aligned-batcher/Cargo.toml
@@ -19,7 +19,7 @@ bytes = "1.6.0"
19
hex = "0.4.3"
20
dotenv = "0.15.0"
21
anyhow = "1.0.83"
22
-ethers = { version = "2.0", features = ["ws", "rustls"] }
+ethers = { tag = "v2.0.15-fix-reconnections", features = ["ws", "rustls"], git = "https://github.com/yetanotherco/ethers-rs.git" }
23
lambdaworks-crypto = { version = "0.7.0", features = ["serde"] }
24
serde_yaml = "0.9.34"
25
sp1-sdk = { git = "https://github.com/succinctlabs/sp1.git", rev = "v1.0.5-testnet" }
0 commit comments