Skip to content

Commit 11b3cdf

Browse files
committed
Fix how outposts use global proxy for instantiation
1 parent 7e0f40b commit 11b3cdf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contracts/enterprise-outposts/src/contract.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ pub fn execute_msg_reply_callback(
325325
} => handle_instantiate_proxy_reply_callback(
326326
ctx,
327327
ics_proxy_callback.cross_chain_msg_spec.chain_id,
328-
derived_proxy_addr,
328+
ics_proxy_callback.proxy_addr,
329329
*deploy_treasury_msg,
330330
reply,
331331
),

refs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
"codeId": "2355"
132132
},
133133
"enterprise-outposts": {
134-
"codeId": "2356"
134+
"codeId": "2364"
135135
},
136136
"token-staking-membership": {
137137
"codeId": "2358"

0 commit comments

Comments
 (0)