Skip to content

Commit 079828f

Browse files
author
Dev Kalra
authored
Wormhole stub (#789)
* add * add sei to wormhole chains * add wormhole code to the repo * add lib to gitignore * cosmwasm bug fix * add tmp to gitignore * no need for simulation * add wormhole deployment stuff * better comments * resolve build errors * trying a fix * fix * rename compiled code * address feedback * remove gitignore * sei deployment * complete sentences * address comments
1 parent f94dceb commit 079828f

File tree

22 files changed

+3060
-10485
lines changed

22 files changed

+3060
-10485
lines changed

governance/xc_governance_sdk_js/src/chains.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ export const RECEIVER_CHAINS = {
1414
meter: 60010,
1515
mantle: 60011,
1616
conflux_espace: 60012,
17+
sei: 60013,
18+
osmosis: 60014,
19+
neutron: 60015,
1720
};
1821

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

0 commit comments

Comments
 (0)