@@ -5,21 +5,21 @@ sov-ibc-transfer = { path = "modules/sov-ibc-transfer" }
5
5
sov-consensus-state-tracker = { path = " modules/sov-consensus-state-tracker" }
6
6
sov-celestia-client = { path = " clients/sov-celestia" }
7
7
8
- ibc = { git = " https://github.com/cosmos/ibc-rs.git" , rev = " d90295e " }
9
- ibc-core = { git = " https://github.com/cosmos/ibc-rs.git" , rev = " d90295e " }
10
- ibc-core-client = { git = " https://github.com/cosmos/ibc-rs.git" , rev = " d90295e " }
11
- ibc-core-host-cosmos = { git = " https://github.com/cosmos/ibc-rs.git" , rev = " d90295e " }
12
- ibc-client-tendermint = { git = " https://github.com/cosmos/ibc-rs.git" , rev = " d90295e " }
13
- ibc-client-wasm-types = { git = " https://github.com/cosmos/ibc-rs.git" , rev = " d90295e " }
14
- ibc-client-cw = { git = " https://github.com/cosmos/ibc-rs.git" , rev = " d90295e " }
15
- ibc-app-transfer = { git = " https://github.com/cosmos/ibc-rs.git" , rev = " d90295e " }
16
- ibc-primitives = { git = " https://github.com/cosmos/ibc-rs.git" , rev = " d90295e " }
17
- ibc-query = { git = " https://github.com/cosmos/ibc-rs.git" , rev = " d90295e " }
18
- ibc-testkit = { git = " https://github.com/cosmos/ibc-rs.git" , rev = " d90295e " }
8
+ ibc = { git = " https://github.com/cosmos/ibc-rs.git" , branch = " rano/downgrade-borsh " }
9
+ ibc-core = { git = " https://github.com/cosmos/ibc-rs.git" , branch = " rano/downgrade-borsh " }
10
+ ibc-core-client = { git = " https://github.com/cosmos/ibc-rs.git" , branch = " rano/downgrade-borsh " }
11
+ ibc-core-host-cosmos = { git = " https://github.com/cosmos/ibc-rs.git" , branch = " rano/downgrade-borsh " }
12
+ ibc-client-tendermint = { git = " https://github.com/cosmos/ibc-rs.git" , branch = " rano/downgrade-borsh " }
13
+ ibc-client-wasm-types = { git = " https://github.com/cosmos/ibc-rs.git" , branch = " rano/downgrade-borsh " }
14
+ ibc-client-cw = { git = " https://github.com/cosmos/ibc-rs.git" , branch = " rano/downgrade-borsh " }
15
+ ibc-app-transfer = { git = " https://github.com/cosmos/ibc-rs.git" , branch = " rano/downgrade-borsh " }
16
+ ibc-primitives = { git = " https://github.com/cosmos/ibc-rs.git" , branch = " rano/downgrade-borsh " }
17
+ ibc-query = { git = " https://github.com/cosmos/ibc-rs.git" , branch = " rano/downgrade-borsh " }
18
+ ibc-testkit = { git = " https://github.com/cosmos/ibc-rs.git" , branch = " rano/downgrade-borsh " }
19
19
20
20
cosmrs = { git = " https://github.com/cosmos/cosmos-rust.git" , rev = " ced74a7" }
21
- basecoin = { git = " https://github.com/informalsystems/basecoin-rs.git" , rev = " 03539c1 " }
22
- basecoin-store = { git = " https://github.com/informalsystems/basecoin-rs.git" , rev = " 03539c1 " }
21
+ basecoin = { git = " https://github.com/informalsystems/basecoin-rs.git" , branch = " rano/sov-support " }
22
+ basecoin-store = { git = " https://github.com/informalsystems/basecoin-rs.git" , branch = " rano/sov-support " }
23
23
jmt = { git = " https://github.com/penumbra-zone/jmt.git" , rev = " 1d007e11cb68aa5ca13e9a5af4a12e6439d5f7b6" }
24
24
25
25
0 commit comments