Skip to content

Commit 3b03f9e

Browse files
author
Dev Kalra
authored
[cosmwasm] instantiate contracts on multiple chains (#799)
* instantiate contracts on multiple chains * deploy to neurtron * function not being used anymore * rename file dir * better logs * wormhole guardian upgrade * set default wormhole contract * add all to stages to one file * add extended chain config * bug fix * juno deployment * removed unused parameter * resolve bug add comments * typo * rename to vaa mainnet * comment * remove T * hardcode checksum * update download method comment * update package-lock * update package-json
1 parent 3fc996d commit 3b03f9e

24 files changed

+1242
-81
lines changed

governance/xc_governance_sdk_js/src/chains.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ export const RECEIVER_CHAINS = {
1717
sei: 60013,
1818
osmosis: 60014,
1919
neutron: 60015,
20+
juno: 60016,
2021
};
2122

2223
// If there is any overlapping value the receiver chain will replace the wormhole

0 commit comments

Comments
 (0)