We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e0f40b commit 11b3cdfCopy full SHA for 11b3cdf
contracts/enterprise-outposts/src/contract.rs
@@ -325,7 +325,7 @@ pub fn execute_msg_reply_callback(
325
} => handle_instantiate_proxy_reply_callback(
326
ctx,
327
ics_proxy_callback.cross_chain_msg_spec.chain_id,
328
- derived_proxy_addr,
+ ics_proxy_callback.proxy_addr,
329
*deploy_treasury_msg,
330
reply,
331
),
refs.json
@@ -131,7 +131,7 @@
131
"codeId": "2355"
132
},
133
"enterprise-outposts": {
134
- "codeId": "2356"
+ "codeId": "2364"
135
136
"token-staking-membership": {
137
"codeId": "2358"
0 commit comments