From 20f0388ff0ab8e057746017bc900c0d30c6c9a9a Mon Sep 17 00:00:00 2001 From: Tatu <65305492+srosati@users.noreply.github.com> Date: Fri, 14 Jun 2024 20:52:52 -0300 Subject: [PATCH] fix (batcher): ws reconnections (#411) Co-authored-by: Mariano A. Nicolini --- batcher/aligned-batcher/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/batcher/aligned-batcher/Cargo.toml b/batcher/aligned-batcher/Cargo.toml index d0a053b74..75989a3c4 100644 --- a/batcher/aligned-batcher/Cargo.toml +++ b/batcher/aligned-batcher/Cargo.toml @@ -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" }