parent
ad277ec7f2
commit
4bc11b863c
|
@ -400,3 +400,9 @@
|
|||
rpcUrl: https://rpc.ankr.com/chiliz
|
||||
networkId: 88888
|
||||
type: EvmChain
|
||||
- id: zetachain_testnet
|
||||
wormholeChainName: zetachain
|
||||
mainnet: false
|
||||
rpcUrl: https://rpc.ankr.com/zetachain_evm_athens_testnet
|
||||
networkId: 7001
|
||||
type: EvmChain
|
||||
|
|
|
@ -196,3 +196,6 @@
|
|||
- chain: scroll
|
||||
address: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729"
|
||||
type: EvmContract
|
||||
- chain: zetachain_testnet
|
||||
address: "0x87047526937246727E4869C5f76A347160e08672"
|
||||
type: EvmContract
|
||||
|
|
|
@ -46,6 +46,7 @@ export const RECEIVER_CHAINS = {
|
|||
boba: 60031,
|
||||
manta: 60032,
|
||||
chiliz: 60033,
|
||||
zetachain: 60034,
|
||||
};
|
||||
|
||||
// If there is any overlapping value the receiver chain will replace the wormhole
|
||||
|
|
|
@ -0,0 +1,16 @@
|
|||
[
|
||||
{
|
||||
"contractName": "Migrations",
|
||||
"address": "0xf5BBe9558F4Bf37F1eB82fb2CEdb1C775FA56832"
|
||||
},
|
||||
{
|
||||
"contractName": "WormholeReceiver",
|
||||
"address": "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
|
||||
"transactionHash": "0xf58d1cff10bf5da47a8dc36afa61dfd130703602dcf7df035108bb5ff835aa34"
|
||||
},
|
||||
{
|
||||
"contractName": "PythUpgradable",
|
||||
"address": "0x87047526937246727E4869C5f76A347160e08672",
|
||||
"transactionHash": "0x9d793808f5bc087a1db5ffe06292085db0ff513c489718ad9d21200d039bac8f"
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue