Skip to content

Commit

Permalink
Fix how outposts use global proxy for instantiation
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDeeKay committed Dec 14, 2023
1 parent 7e0f40b commit 11b3cdf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contracts/enterprise-outposts/src/contract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ pub fn execute_msg_reply_callback(
} => handle_instantiate_proxy_reply_callback(
ctx,
ics_proxy_callback.cross_chain_msg_spec.chain_id,
derived_proxy_addr,
ics_proxy_callback.proxy_addr,
*deploy_treasury_msg,
reply,
),
Expand Down
2 changes: 1 addition & 1 deletion refs.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
"codeId": "2355"
},
"enterprise-outposts": {
"codeId": "2356"
"codeId": "2364"
},
"token-staking-membership": {
"codeId": "2358"
Expand Down

0 comments on commit 11b3cdf

Please sign in to comment.