Skip to content

Commit

Permalink
fix (batcher): ws reconnections (#411)
Browse files Browse the repository at this point in the history
Co-authored-by: Mariano A. Nicolini <mariano.nicolini.91@gmail.com>
  • Loading branch information
taturosati and entropidelic committed Jun 14, 2024
1 parent 7c2ef42 commit 20f0388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion batcher/aligned-batcher/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ bytes = "1.6.0"
hex = "0.4.3"
dotenv = "0.15.0"
anyhow = "1.0.83"
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" }
lambdaworks-crypto = { version = "0.7.0", features = ["serde"] }
serde_yaml = "0.9.34"
sp1-sdk = { git = "https://github.com/succinctlabs/sp1.git", rev = "v1.0.5-testnet" }
Expand Down

0 comments on commit 20f0388

Please sign in to comment.