From 9caabb58f761892522e351b023ede4fdb6d96790 Mon Sep 17 00:00:00 2001 From: Jun Kimura Date: Sun, 14 Jan 2024 22:54:11 +0900 Subject: [PATCH] update verifier Signed-off-by: Jun Kimura --- crates/ibc/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/ibc/Cargo.toml b/crates/ibc/Cargo.toml index f95bf54..db99e9d 100644 --- a/crates/ibc/Cargo.toml +++ b/crates/ibc/Cargo.toml @@ -15,8 +15,8 @@ tiny-keccak = { version = "2.0.2", default-features = false } ssz-rs = { git = "https://github.com/bluele/ssz_rs", branch = "serde-no-std", default-features = false, features = ["serde"] } ethereum-ibc-proto = { path = "../../proto", default-features = false } -ethereum-consensus = { git = "https://github.com/datachainlab/ethereum-light-client-rs", rev = "f9efeb24a722db91d387eaa198b4cdc652ee4c93", default-features = false } -ethereum-light-client-verifier = { git = "https://github.com/datachainlab/ethereum-light-client-rs", rev = "f9efeb24a722db91d387eaa198b4cdc652ee4c93", default-features = false } +ethereum-consensus = { git = "https://github.com/datachainlab/ethereum-light-client-rs", rev = "da939e8c7d6b4974987b53c637899de9d9d7fe44", default-features = false } +ethereum-light-client-verifier = { git = "https://github.com/datachainlab/ethereum-light-client-rs", rev = "da939e8c7d6b4974987b53c637899de9d9d7fe44", default-features = false } [dev-dependencies] time = { version = "0.3", default-features = false, features = ["macros", "parsing"] }