chore(evm): deploy to new networks (#1107)

This commit is contained in:
Amin Moghaddam 2023-10-18 17:20:44 +02:00 committed by GitHub
parent 9da64103db
commit c0057809f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 26 additions and 0 deletions

View File

@ -406,3 +406,9 @@
rpcUrl: https://rpc.ankr.com/zetachain_evm_athens_testnet
networkId: 7001
type: EvmChain
- id: astar_testnet
wormholeChainName: astar
mainnet: false
rpcUrl: https://rpc.zkatana.gelato.digital
networkId: 1261120
type: EvmChain

View File

@ -199,3 +199,6 @@
- chain: zetachain_testnet
address: "0x87047526937246727E4869C5f76A347160e08672"
type: EvmContract
- chain: astar_testnet
address: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729"
type: EvmContract

View File

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

View File

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