File tree Expand file tree Collapse file tree 4 files changed +60
-0
lines changed
governance/xc_admin/packages/xc_admin_common/src Expand file tree Collapse file tree 4 files changed +60
-0
lines changed Original file line number Diff line number Diff line change 884
884
rpcUrl : https://carrot.megaeth.com/rpc
885
885
networkId : 6342
886
886
type : EvmChain
887
+ - id : converge_testnet
888
+ mainnet : false
889
+ rpcUrl : https://rpc-converge-testnet-0.t.conduit.xyz
890
+ networkId : 52085144
891
+ type : EvmChain
892
+ - id : worldchain
893
+ mainnet : true
894
+ rpcUrl : https://worldchain-mainnet.g.alchemy.com/public
895
+ networkId : 480
896
+ type : EvmChain
897
+ - id : worldchain_testnet
898
+ mainnet : false
899
+ rpcUrl : https://worldchain-sepolia.g.alchemy.com/public
900
+ networkId : 4801
901
+ type : EvmChain
902
+ - id : swellchain_testnet
903
+ mainnet : false
904
+ rpcUrl : https://swell-testnet.alt.technology
905
+ networkId : 1924
906
+ type : EvmChain
907
+ - id : swellchain
908
+ mainnet : true
909
+ rpcUrl : https://swell-mainnet.alt.technology
910
+ networkId : 1923
911
+ type : EvmChain
Original file line number Diff line number Diff line change 496
496
- chain : megaeth_testnet
497
497
address : " 0x2880aB155794e7179c9eE2e38200202908C17B43"
498
498
type : EvmPriceFeedContract
499
+ - chain : converge_testnet
500
+ address : " 0x2880aB155794e7179c9eE2e38200202908C17B43"
501
+ type : EvmPriceFeedContract
502
+ - chain : worldchain
503
+ address : " 0xe9d69CdD6Fe41e7B621B4A688C5D1a68cB5c8ADc"
504
+ type : EvmPriceFeedContract
505
+ - chain : swellchain_testnet
506
+ address : " 0x26DD80569a8B23768A1d80869Ed7339e07595E85"
507
+ type : EvmPriceFeedContract
508
+ - chain : swellchain
509
+ address : " 0xDd24F84d36BF92C65F92307595335bdFab5Bbd21"
510
+ type : EvmPriceFeedContract
511
+ - chain : worldchain_testnet
512
+ address : " 0x2880aB155794e7179c9eE2e38200202908C17B43"
513
+ type : EvmPriceFeedContract
Original file line number Diff line number Diff line change 490
490
- chain : megaeth_testnet
491
491
address : " 0xb27e5ca259702f209a29225d0eDdC131039C9933"
492
492
type : EvmWormholeContract
493
+ - chain : converge_testnet
494
+ address : " 0xb27e5ca259702f209a29225d0eDdC131039C9933"
495
+ type : EvmWormholeContract
496
+ - chain : worldchain
497
+ address : " 0x66E9cBa5529824a03B5Bc9931d9c63637101D0F7"
498
+ type : EvmWormholeContract
499
+ - chain : swellchain
500
+ address : " 0x23f0e8FAeE7bbb405E7A7C3d60138FCfd43d7509"
501
+ type : EvmWormholeContract
502
+ - chain : swellchain_testnet
503
+ address : " 0x36825bf3Fbdf5a29E2d5148bfe7Dcf7B5639e320"
504
+ type : EvmWormholeContract
505
+ - chain : worldchain_testnet
506
+ address : " 0xb27e5ca259702f209a29225d0eDdC131039C9933"
507
+ type : EvmWormholeContract
Original file line number Diff line number Diff line change @@ -109,6 +109,8 @@ export const RECEIVER_CHAINS = {
109
109
hyperevm : 60079 ,
110
110
bittensor_mainnet : 60080 ,
111
111
xion : 60081 ,
112
+ worldchain : 60082 ,
113
+ swellchain : 60083 ,
112
114
113
115
// Testnets as a separate chain ids (to use stable data sources and governance for them)
114
116
injective_testnet : 60013 ,
@@ -236,6 +238,9 @@ export const RECEIVER_CHAINS = {
236
238
iota_sui_testnet : 50118 ,
237
239
berachain_bepolia : 50119 ,
238
240
megaeth_testnet : 50120 ,
241
+ converge_testnet : 50121 ,
242
+ swellchain_testnet : 50122 ,
243
+ worldchain_testnet : 50123 ,
239
244
} ;
240
245
241
246
// 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