@@ -19,7 +19,7 @@ anyhow = { version = "1" }
19
19
bytes = { version = " 1" , default-features = false , features = [" serde" ] }
20
20
cosmwasm-std = { version = " 2" , features = [" cosmwasm_2_0" , " staking" , " stargate" ] }
21
21
cw-orch = { version = " 0.27" , features = [" daemon" , " snapshot-testing" ] }
22
- cw-orch-interchain = { git = " https://github.com/abstractsdk/cw-orchestrator " , branch = " interchain/add-ics-hooks-ack " , features = [" daemon" ] }
22
+ cw-orch-interchain = { version = " 0.8 " , features = [" daemon" ] }
23
23
cw20-base = { version = " 2" , default-features = false , features = [" library" ] }
24
24
digest = { version = " 0.10" , features = [" mac" , " oid" , " std" ] }
25
25
generic-array = { version = " 0.14" , default-features = false , features = [" more_lengths" , " zeroize" ] }
@@ -47,7 +47,7 @@ anyhow = { version = "1" }
47
47
bytes = { version = " 1" , default-features = false , features = [" serde" ] }
48
48
cosmwasm-std = { version = " 2" , features = [" cosmwasm_2_0" , " staking" , " stargate" ] }
49
49
cw-orch = { version = " 0.27" , features = [" daemon" , " snapshot-testing" ] }
50
- cw-orch-interchain = { git = " https://github.com/abstractsdk/cw-orchestrator " , branch = " interchain/add-ics-hooks-ack " , features = [" daemon" ] }
50
+ cw-orch-interchain = { version = " 0.8 " , features = [" daemon" ] }
51
51
cw20-base = { version = " 2" , default-features = false , features = [" library" ] }
52
52
digest = { version = " 0.10" , features = [" mac" , " oid" , " std" ] }
53
53
generic-array = { version = " 0.14" , default-features = false , features = [" more_lengths" , " zeroize" ] }
@@ -88,7 +88,7 @@ cosmos-sdk-proto = { version = "0.24", default-features = false, features = ["co
88
88
cosmrs = { version = " 0.19" , features = [" cosmwasm" , " dev" , " grpc" ] }
89
89
crossbeam-epoch = { version = " 0.9" }
90
90
crunchy = { version = " 0.2" , features = [" std" ] }
91
- cw-orch-interchain-core = { git = " https://github.com/abstractsdk/cw-orchestrator " , branch = " interchain/add-ics-hooks-ack " , default-features = false , features = [" daemon" ] }
91
+ cw-orch-interchain-core = { version = " 0.9 " , default-features = false , features = [" daemon" ] }
92
92
cw1-whitelist = { version = " 2" , default-features = false , features = [" library" ] }
93
93
der = { version = " 0.7" , default-features = false , features = [" oid" , " pem" , " std" ] }
94
94
ecdsa = { version = " 0.16" , features = [" pem" , " serde" , " signing" , " std" , " verifying" ] }
@@ -165,7 +165,7 @@ cosmos-sdk-proto = { version = "0.24", default-features = false, features = ["co
165
165
cosmrs = { version = " 0.19" , features = [" cosmwasm" , " dev" , " grpc" ] }
166
166
crossbeam-epoch = { version = " 0.9" }
167
167
crunchy = { version = " 0.2" , features = [" std" ] }
168
- cw-orch-interchain-core = { git = " https://github.com/abstractsdk/cw-orchestrator " , branch = " interchain/add-ics-hooks-ack " , default-features = false , features = [" daemon" ] }
168
+ cw-orch-interchain-core = { version = " 0.9 " , default-features = false , features = [" daemon" ] }
169
169
cw1-whitelist = { version = " 2" , default-features = false , features = [" library" ] }
170
170
der = { version = " 0.7" , default-features = false , features = [" oid" , " pem" , " std" ] }
171
171
derive_more = { version = " 0.99" }
@@ -243,7 +243,7 @@ cosmos-sdk-proto = { version = "0.24", default-features = false, features = ["co
243
243
cosmrs = { version = " 0.19" , features = [" cosmwasm" , " dev" , " grpc" ] }
244
244
crossbeam-epoch = { version = " 0.9" }
245
245
crunchy = { version = " 0.2" , features = [" std" ] }
246
- cw-orch-interchain-core = { git = " https://github.com/abstractsdk/cw-orchestrator " , branch = " interchain/add-ics-hooks-ack " , default-features = false , features = [" daemon" ] }
246
+ cw-orch-interchain-core = { version = " 0.9 " , default-features = false , features = [" daemon" ] }
247
247
cw1-whitelist = { version = " 2" , default-features = false , features = [" library" ] }
248
248
der = { version = " 0.7" , default-features = false , features = [" oid" , " pem" , " std" ] }
249
249
ecdsa = { version = " 0.16" , features = [" pem" , " serde" , " signing" , " std" , " verifying" ] }
@@ -319,7 +319,7 @@ cosmos-sdk-proto = { version = "0.24", default-features = false, features = ["co
319
319
cosmrs = { version = " 0.19" , features = [" cosmwasm" , " dev" , " grpc" ] }
320
320
crossbeam-epoch = { version = " 0.9" }
321
321
crunchy = { version = " 0.2" , features = [" std" ] }
322
- cw-orch-interchain-core = { git = " https://github.com/abstractsdk/cw-orchestrator " , branch = " interchain/add-ics-hooks-ack " , default-features = false , features = [" daemon" ] }
322
+ cw-orch-interchain-core = { version = " 0.9 " , default-features = false , features = [" daemon" ] }
323
323
cw1-whitelist = { version = " 2" , default-features = false , features = [" library" ] }
324
324
der = { version = " 0.7" , default-features = false , features = [" oid" , " pem" , " std" ] }
325
325
derive_more = { version = " 0.99" }
0 commit comments