File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
governance/xc_admin/packages/xc_admin_common/src
wormhole_iota_testnet/wormhole/sources Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -232,6 +232,7 @@ export const RECEIVER_CHAINS = {
232232 bittensor_testnet : 50115 ,
233233 monad_devnet : 50116 ,
234234 monad_testnet : 50117 ,
235+ iota_sui_testnet : 50118 ,
235236} ;
236237
237238// If there is any overlapping value the receiver chain will replace the wormhole
Original file line number Diff line number Diff line change 11# Vendored dependencies for SUI contract
22
3- This directory contains the wormhole dependencies used for deploying Pyth contracts on the chains
4- that Wormhole is not officially deployed on. For each network, a slightly different variant of the
5- code should be used that has the ` CHAIN_ID ` and ` Move.toml ` modified. Therefore, we are storing
3+ This directory contains the wormhole dependencies used for deploying Pyth contracts on the chains that Wormhole is not
4+ officially deployed on. For each network, a slightly different variant of the code should be used that has the
5+ ` CHAIN_ID ` constant (in ` wormhole/sources/state.move ` ) and ` Move.toml ` modified. Therefore, we are storing
66each of them in a separate directory.
77
88The Wormhole contract is taken out of commit
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ module wormhole::state {
4242 const E_INVALID_BUILD_DIGEST : u64 = 1 ;
4343
4444 /// Sui's chain ID is hard-coded to one value.
45- const CHAIN_ID : u16 = 50076 ;
45+ const CHAIN_ID : u16 = 50118 ;
4646
4747 /// Capability reflecting that the current build version is used to invoke
4848 /// state methods.
You can’t perform that action at this time.
0 commit comments