chore(evm) Add more networks (#1121)

This commit is contained in:
Amin Moghaddam 2023-10-23 11:41:07 +02:00 committed by GitHub
parent 4776bdcdf9
commit 8d99ac402c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 71 additions and 20 deletions

View File

@ -302,7 +302,7 @@
wormholeChainName: shimmer
mainnet: false
rpcUrl: https://json-rpc.evm.testnet.shimmer.network
networkId: 1072
networkId: 1073
type: EvmChain
- id: scroll_sepolia
wormholeChainName: scroll
@ -412,3 +412,15 @@
rpcUrl: https://rpc.zkatana.gelato.digital
networkId: 1261120
type: EvmChain
- id: coredao_testnet
wormholeChainName: coredao
mainnet: false
rpcUrl: https://rpc.test.btcs.network
networkId: 1115
type: EvmChain
- id: coredao
wormholeChainName: coredao
mainnet: true
rpcUrl: https://rpc3.coredao.org
networkId: 1116
type: EvmChain

View File

@ -148,9 +148,6 @@
- chain: zksync
address: "0xf087c864AEccFb6A2Bf1Af6A0382B0d0f6c5D834"
type: EvmContract
- chain: shimmer_testnet
address: "0x5f3c61944CEb01B3eAef861251Fb1E0f14b848fb"
type: EvmContract
- chain: scroll_sepolia
address: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729"
type: EvmContract
@ -205,3 +202,12 @@
- chain: chiliz
address: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729"
type: EvmContract
- chain: coredao_testnet
address: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729"
type: EvmContract
- chain: coredao
address: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729"
type: EvmContract
- chain: shimmer_testnet
address: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729"
type: EvmContract

View File

@ -48,6 +48,7 @@ export const RECEIVER_CHAINS = {
chiliz: 60033,
zetachain: 60034,
astar: 60035,
coredao: 60036,
};
// If there is any overlapping value the receiver chain will replace the wormhole

View File

@ -1,16 +0,0 @@
[
{
"contractName": "Migrations",
"address": "0x8D254a21b3C86D32F7179855531CE99164721933"
},
{
"contractName": "WormholeReceiver",
"address": "0x26DD80569a8B23768A1d80869Ed7339e07595E85",
"transactionHash": "0x0c91d758da1851242a28683d4b1dcd72bc9033d21e47d05b65ba9210e2e37d9a"
},
{
"contractName": "PythUpgradable",
"address": "0x5f3c61944CEb01B3eAef861251Fb1E0f14b848fb",
"transactionHash": "0xb618e31af0031e3ffb04e552fbe820a388900ec6f34616badc3d34aeb84c2d89"
}
]

View File

@ -0,0 +1,16 @@
[
{
"contractName": "Migrations",
"address": "0xf5BBe9558F4Bf37F1eB82fb2CEdb1C775FA56832"
},
{
"contractName": "WormholeReceiver",
"address": "0x8250f4aF4B972684F7b336503E2D6dFeDeB1487a",
"transactionHash": "0xd7729425584db58c3e9ed30428b43022d2e1d5cc912818108691068d69cc2780"
},
{
"contractName": "PythUpgradable",
"address": "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
"transactionHash": "0x5f79ed2a8e6ef2d10b8be0e0f8bd5eac1206bfa1fe578ee812be775eb72a0a79"
}
]

View File

@ -0,0 +1,16 @@
[
{
"contractName": "Migrations",
"address": "0xf5BBe9558F4Bf37F1eB82fb2CEdb1C775FA56832"
},
{
"contractName": "WormholeReceiver",
"address": "0x8250f4aF4B972684F7b336503E2D6dFeDeB1487a",
"transactionHash": "0x5346120e1b661bd901fd030fa5c6cbf9aec7e87bf878b7fac4cc34e335db6df3"
},
{
"contractName": "PythUpgradable",
"address": "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
"transactionHash": "0x1069255ec2bf797fa62c97fa0c3a026b6d67c5224bc15e6881e570e9da1e240c"
}
]

View File

@ -0,0 +1,16 @@
[
{
"contractName": "Migrations",
"address": "0xf5BBe9558F4Bf37F1eB82fb2CEdb1C775FA56832"
},
{
"contractName": "WormholeReceiver",
"address": "0x8250f4aF4B972684F7b336503E2D6dFeDeB1487a",
"transactionHash": "0x1aee7ccd3d3e984d0bc9bd10ec977f0f571342fa795d6ae9866221f33e6b6af6"
},
{
"contractName": "PythUpgradable",
"address": "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
"transactionHash": "0x21037c335b04244a8798397bc3b0bc3b69f245982e19710eadb0ca42a7c6368c"
}
]