Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(evm) Add more networks #1121

Merged
merged 1 commit into from
Oct 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion contract_manager/store/chains/EvmChains.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
12 changes: 9 additions & 3 deletions contract_manager/store/contracts/EvmContracts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,6 @@
- chain: zksync
address: "0xf087c864AEccFb6A2Bf1Af6A0382B0d0f6c5D834"
type: EvmContract
- chain: shimmer_testnet
address: "0x5f3c61944CEb01B3eAef861251Fb1E0f14b848fb"
type: EvmContract
- chain: scroll_sepolia
address: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729"
type: EvmContract
Expand Down Expand Up @@ -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
1 change: 1 addition & 0 deletions governance/xc_admin/packages/xc_admin_common/src/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
16 changes: 0 additions & 16 deletions target_chains/ethereum/contracts/networks/1072.json

This file was deleted.

16 changes: 16 additions & 0 deletions target_chains/ethereum/contracts/networks/1073.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[
{
"contractName": "Migrations",
"address": "0xf5BBe9558F4Bf37F1eB82fb2CEdb1C775FA56832"
},
{
"contractName": "WormholeReceiver",
"address": "0x8250f4aF4B972684F7b336503E2D6dFeDeB1487a",
"transactionHash": "0xd7729425584db58c3e9ed30428b43022d2e1d5cc912818108691068d69cc2780"
},
{
"contractName": "PythUpgradable",
"address": "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
"transactionHash": "0x5f79ed2a8e6ef2d10b8be0e0f8bd5eac1206bfa1fe578ee812be775eb72a0a79"
}
]
16 changes: 16 additions & 0 deletions target_chains/ethereum/contracts/networks/1115.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[
{
"contractName": "Migrations",
"address": "0xf5BBe9558F4Bf37F1eB82fb2CEdb1C775FA56832"
},
{
"contractName": "WormholeReceiver",
"address": "0x8250f4aF4B972684F7b336503E2D6dFeDeB1487a",
"transactionHash": "0x5346120e1b661bd901fd030fa5c6cbf9aec7e87bf878b7fac4cc34e335db6df3"
},
{
"contractName": "PythUpgradable",
"address": "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
"transactionHash": "0x1069255ec2bf797fa62c97fa0c3a026b6d67c5224bc15e6881e570e9da1e240c"
}
]
16 changes: 16 additions & 0 deletions target_chains/ethereum/contracts/networks/1116.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[
{
"contractName": "Migrations",
"address": "0xf5BBe9558F4Bf37F1eB82fb2CEdb1C775FA56832"
},
{
"contractName": "WormholeReceiver",
"address": "0x8250f4aF4B972684F7b336503E2D6dFeDeB1487a",
"transactionHash": "0x1aee7ccd3d3e984d0bc9bd10ec977f0f571342fa795d6ae9866221f33e6b6af6"
},
{
"contractName": "PythUpgradable",
"address": "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
"transactionHash": "0x21037c335b04244a8798397bc3b0bc3b69f245982e19710eadb0ca42a7c6368c"
}
]
Loading