Skip to content

Commit 1924af3

Browse files
authored
chore(pricefeeds) Deploy worldchain and Converge testnet (#2657)
* chore(pricefeeds) Deploy worldchain and Converge testnet * add_worldhcain_testnet * fix * lint
1 parent f859a6f commit 1924af3

File tree

4 files changed

+60
-0
lines changed

4 files changed

+60
-0
lines changed

contract_manager/store/chains/EvmChains.yaml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -884,3 +884,28 @@
884884
rpcUrl: https://carrot.megaeth.com/rpc
885885
networkId: 6342
886886
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

contract_manager/store/contracts/EvmPriceFeedContracts.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -496,3 +496,18 @@
496496
- chain: megaeth_testnet
497497
address: "0x2880aB155794e7179c9eE2e38200202908C17B43"
498498
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

contract_manager/store/contracts/EvmWormholeContracts.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -490,3 +490,18 @@
490490
- chain: megaeth_testnet
491491
address: "0xb27e5ca259702f209a29225d0eDdC131039C9933"
492492
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

governance/xc_admin/packages/xc_admin_common/src/chains.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@ export const RECEIVER_CHAINS = {
109109
hyperevm: 60079,
110110
bittensor_mainnet: 60080,
111111
xion: 60081,
112+
worldchain: 60082,
113+
swellchain: 60083,
112114

113115
// Testnets as a separate chain ids (to use stable data sources and governance for them)
114116
injective_testnet: 60013,
@@ -236,6 +238,9 @@ export const RECEIVER_CHAINS = {
236238
iota_sui_testnet: 50118,
237239
berachain_bepolia: 50119,
238240
megaeth_testnet: 50120,
241+
converge_testnet: 50121,
242+
swellchain_testnet: 50122,
243+
worldchain_testnet: 50123,
239244
};
240245

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

0 commit comments

Comments
 (0)