Skip to content

Commit

Permalink
expect counterparty client wrapper type
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbguy committed May 24, 2024
1 parent b85d5e5 commit a391dc7
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@ sov-celestia-client = { version = "0.1.0" }
tower-abci = { version = "0.14" }

[patch.crates-io]
ibc = { git = "https://github.com/cosmos/ibc-rs.git", rev = "2378cd4" }
ibc-core = { git = "https://github.com/cosmos/ibc-rs.git", rev = "2378cd4" }
ibc-core-client = { git = "https://github.com/cosmos/ibc-rs.git", rev = "2378cd4" }
ibc-core-host-cosmos = { git = "https://github.com/cosmos/ibc-rs.git", rev = "2378cd4" }
ibc-client-tendermint = { git = "https://github.com/cosmos/ibc-rs.git", rev = "2378cd4" }
ibc-client-wasm-types = { git = "https://github.com/cosmos/ibc-rs.git", rev = "2378cd4" }
ibc-app-transfer = { git = "https://github.com/cosmos/ibc-rs.git", rev = "2378cd4" }
ibc-primitives = { git = "https://github.com/cosmos/ibc-rs.git", rev = "2378cd4" }
ibc-query = { git = "https://github.com/cosmos/ibc-rs.git", rev = "2378cd4" }
ibc = { git = "https://github.com/cosmos/ibc-rs.git", rev = "5769f59" }
ibc-core = { git = "https://github.com/cosmos/ibc-rs.git", rev = "5769f59" }
ibc-core-client = { git = "https://github.com/cosmos/ibc-rs.git", rev = "5769f59" }
ibc-core-host-cosmos = { git = "https://github.com/cosmos/ibc-rs.git", rev = "5769f59" }
ibc-client-tendermint = { git = "https://github.com/cosmos/ibc-rs.git", rev = "5769f59" }
ibc-client-wasm-types = { git = "https://github.com/cosmos/ibc-rs.git", rev = "5769f59" }
ibc-app-transfer = { git = "https://github.com/cosmos/ibc-rs.git", rev = "5769f59" }
ibc-primitives = { git = "https://github.com/cosmos/ibc-rs.git", rev = "5769f59" }
ibc-query = { git = "https://github.com/cosmos/ibc-rs.git", rev = "5769f59" }
sov-celestia-client = { git = "https://github.com/informalsystems/sovereign-ibc.git", rev = "7196a39" }
cosmrs = { git = "https://github.com/cosmos/cosmos-rust.git", rev = "4f2e3bb" }

0 comments on commit a391dc7

Please sign in to comment.