chore(ethereum): deploy to new networks

This commit is contained in:
Ali Behjati 2024-01-11 18:10:28 +01:00
parent 084f2018a6
commit b6c39ce7bb
6 changed files with 76 additions and 1 deletions

View File

@ -125,7 +125,7 @@
type: EvmChain
- id: ethereum
mainnet: true
rpcUrl: https://eth.llamarpc.com
rpcUrl: https://eth-mainnet.blastapi.io/$ENV_BLAST_API_KEY
networkId: 1
type: EvmChain
- id: bsc_testnet
@ -393,3 +393,18 @@
rpcUrl: https://mevm.devnet.m1.movementlabs.xyz/v1
networkId: 336
type: EvmChain
- id: zkfair_testnet
mainnet: false
rpcUrl: https://testnet-rpc.zkfair.io
networkId: 43851
type: EvmChain
- id: zkfair
mainnet: true
rpcUrl: https://rpc.zkfair.io
networkId: 42766
type: EvmChain
- id: blast_s2_testnet
mainnet: false
rpcUrl: https://rpc.s2.testblast.io/$ENV_BLAST_S2_TESTNET_API_KEY
networkId: 168587773
type: EvmChain

View File

@ -235,3 +235,12 @@
- chain: movement_evm_devnet
address: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729"
type: EvmContract
- chain: zkfair_testnet
address: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729"
type: EvmContract
- chain: blast_s2_testnet
address: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729"
type: EvmContract
- chain: zkfair
address: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729"
type: EvmContract

View File

@ -57,6 +57,7 @@ export const RECEIVER_CHAINS = {
stacks: 60038,
mode: 60039,
bttc: 60040,
zkfair: 60041,
// Testnets as a separate chain ids (to use stable data sources and governance for them)
injective_testnet: 60013,
@ -111,6 +112,8 @@ export const RECEIVER_CHAINS = {
base_sepolia: 50043,
movement_evm_devnet: 50044,
movement_move_devnet: 50045,
zkfair_testnet: 50046,
blast_s2_testnet: 50047,
};
// 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": "0x01a75677f015f51f9904f81b3531b460096c9c5684225e44275f1652a455e931"
},
{
"contractName": "PythUpgradable",
"address": "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
"transactionHash": "0xec42a246ba4893f52ff07d7173cf065171d3efffb4f89c07b849a15ac93d43b5"
}
]

View File

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

View File

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