File tree Expand file tree Collapse file tree 7 files changed +10593
-10563
lines changed
governance/xc_admin/packages/xc_admin_common/src
target_chains/ethereum/sdk/js Expand file tree Collapse file tree 7 files changed +10593
-10563
lines changed Original file line number Diff line number Diff line change 584
584
rpcUrl : https://polygon-amoy-bor-rpc.publicnode.com
585
585
networkId : 80002
586
586
type : EvmChain
587
+ - id : taiko_mainnet
588
+ mainnet : true
589
+ rpcUrl : https://rpc.mainnet.taiko.xyz
590
+ networkId : 167000
591
+ type : EvmChain
592
+ - id : sei_evm_mainnet
593
+ mainnet : true
594
+ rpcUrl : https://evm-rpc.sei-apis.com
595
+ networkId : 1329
596
+ type : EvmChain
Original file line number Diff line number Diff line change 328
328
- chain : polygon_amoy
329
329
address : " 0x2880aB155794e7179c9eE2e38200202908C17B43"
330
330
type : EvmPriceFeedContract
331
+ - chain : taiko_mainnet
332
+ address : " 0x2880aB155794e7179c9eE2e38200202908C17B43"
333
+ type : EvmPriceFeedContract
334
+ - chain : sei_evm_mainnet
335
+ address : " 0x2880aB155794e7179c9eE2e38200202908C17B43"
336
+ type : EvmPriceFeedContract
Original file line number Diff line number Diff line change 307
307
- chain : polygon_amoy
308
308
address : " 0xb27e5ca259702f209a29225d0eDdC131039C9933"
309
309
type : EvmWormholeContract
310
+ - chain : taiko_mainnet
311
+ address : " 0xb27e5ca259702f209a29225d0eDdC131039C9933"
312
+ type : EvmWormholeContract
313
+ - chain : sei_evm_mainnet
314
+ address : " 0xb27e5ca259702f209a29225d0eDdC131039C9933"
315
+ type : EvmWormholeContract
Original file line number Diff line number Diff line change @@ -151,6 +151,9 @@ export const RECEIVER_CHAINS = {
151
151
orange_testnet : 50073 ,
152
152
polygon_amoy : 50074 ,
153
153
starknet_sepolia : 50075 ,
154
+ // sui_l2: 50076,
155
+ taiko_mainnet : 50077 ,
156
+ sei_evm_mainnet : 50078 ,
154
157
} ;
155
158
156
159
// If there is any overlapping value the receiver chain will replace the wormhole
You can’t perform that action at this time.
0 commit comments