diff --git a/relayer/relay/Cargo.toml b/relayer/relay/Cargo.toml index ec13a37fe1..9e41e64b68 100644 --- a/relayer/relay/Cargo.toml +++ b/relayer/relay/Cargo.toml @@ -11,7 +11,7 @@ authors = [ [dependencies] relayer-modules = { path = "../../modules" } -tendermint = { git = "https://github.com/romac/tendermint-rs.git", branch = "rpc-client-new-sync" } +tendermint = { git = "https://github.com/interchainio/tendermint-rs.git" } anomaly = "0.2.0" humantime-serde = "1.0.0"