Skip to content

Commit 20f0388

Browse files
fix (batcher): ws reconnections (#411)
Co-authored-by: Mariano A. Nicolini <[email protected]>
1 parent 7c2ef42 commit 20f0388

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

batcher/aligned-batcher/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ bytes = "1.6.0"
1919
hex = "0.4.3"
2020
dotenv = "0.15.0"
2121
anyhow = "1.0.83"
22-
ethers = { version = "2.0", features = ["ws", "rustls"] }
22+
ethers = { tag = "v2.0.15-fix-reconnections", features = ["ws", "rustls"], git = "https://github.com/yetanotherco/ethers-rs.git" }
2323
lambdaworks-crypto = { version = "0.7.0", features = ["serde"] }
2424
serde_yaml = "0.9.34"
2525
sp1-sdk = { git = "https://github.com/succinctlabs/sp1.git", rev = "v1.0.5-testnet" }

0 commit comments

Comments
 (0)