File tree Expand file tree Collapse file tree 6 files changed +76
-1
lines changed
governance/xc_admin/packages/xc_admin_common/src
target_chains/ethereum/contracts/networks Expand file tree Collapse file tree 6 files changed +76
-1
lines changed Original file line number Diff line number Diff line change 125125 type : EvmChain
126126- id : ethereum
127127 mainnet : true
128- rpcUrl : https://eth.llamarpc.com
128+ rpcUrl : https://eth-mainnet.blastapi.io/$ENV_BLAST_API_KEY
129129 networkId : 1
130130 type : EvmChain
131131- id : bsc_testnet
393393 rpcUrl : https://mevm.devnet.m1.movementlabs.xyz/v1
394394 networkId : 336
395395 type : EvmChain
396+ - id : zkfair_testnet
397+ mainnet : false
398+ rpcUrl : https://testnet-rpc.zkfair.io
399+ networkId : 43851
400+ type : EvmChain
401+ - id : zkfair
402+ mainnet : true
403+ rpcUrl : https://rpc.zkfair.io
404+ networkId : 42766
405+ type : EvmChain
406+ - id : blast_s2_testnet
407+ mainnet : false
408+ rpcUrl : https://rpc.s2.testblast.io/$ENV_BLAST_S2_TESTNET_API_KEY
409+ networkId : 168587773
410+ type : EvmChain
Original file line number Diff line number Diff line change 235235- chain : movement_evm_devnet
236236 address : " 0xA2aa501b19aff244D90cc15a4Cf739D2725B5729"
237237 type : EvmContract
238+ - chain : zkfair_testnet
239+ address : " 0xA2aa501b19aff244D90cc15a4Cf739D2725B5729"
240+ type : EvmContract
241+ - chain : blast_s2_testnet
242+ address : " 0xA2aa501b19aff244D90cc15a4Cf739D2725B5729"
243+ type : EvmContract
244+ - chain : zkfair
245+ address : " 0xA2aa501b19aff244D90cc15a4Cf739D2725B5729"
246+ type : EvmContract
Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ export const RECEIVER_CHAINS = {
5757 stacks : 60038 ,
5858 mode : 60039 ,
5959 bttc : 60040 ,
60+ zkfair : 60041 ,
6061
6162 // Testnets as a separate chain ids (to use stable data sources and governance for them)
6263 injective_testnet : 60013 ,
@@ -111,6 +112,8 @@ export const RECEIVER_CHAINS = {
111112 base_sepolia : 50043 ,
112113 movement_evm_devnet : 50044 ,
113114 movement_move_devnet : 50045 ,
115+ zkfair_testnet : 50046 ,
116+ blast_s2_testnet : 50047 ,
114117} ;
115118
116119// If there is any overlapping value the receiver chain will replace the wormhole
Original file line number Diff line number Diff line change 1+ [
2+ {
3+ "contractName" : " Migrations" ,
4+ "address" : " 0xf5BBe9558F4Bf37F1eB82fb2CEdb1C775FA56832"
5+ },
6+ {
7+ "contractName" : " WormholeReceiver" ,
8+ "address" : " 0x8250f4aF4B972684F7b336503E2D6dFeDeB1487a" ,
9+ "transactionHash" : " 0x01a75677f015f51f9904f81b3531b460096c9c5684225e44275f1652a455e931"
10+ },
11+ {
12+ "contractName" : " PythUpgradable" ,
13+ "address" : " 0xA2aa501b19aff244D90cc15a4Cf739D2725B5729" ,
14+ "transactionHash" : " 0xec42a246ba4893f52ff07d7173cf065171d3efffb4f89c07b849a15ac93d43b5"
15+ }
16+ ]
Original file line number Diff line number Diff line change 1+ [
2+ {
3+ "contractName" : " Migrations" ,
4+ "address" : " 0xf5BBe9558F4Bf37F1eB82fb2CEdb1C775FA56832"
5+ },
6+ {
7+ "contractName" : " WormholeReceiver" ,
8+ "address" : " 0x8250f4aF4B972684F7b336503E2D6dFeDeB1487a" ,
9+ "transactionHash" : " 0x943f980bc16cce4348e4b4c0d7a3f28641d8e26c875465d8f587ff1d2aa0d06c"
10+ },
11+ {
12+ "contractName" : " PythUpgradable" ,
13+ "address" : " 0xA2aa501b19aff244D90cc15a4Cf739D2725B5729" ,
14+ "transactionHash" : " 0x8da3bbc61900bc7c53a4a3a93f45cea4a1c9e1c55d417b4b0ab8d4492cf246da"
15+ }
16+ ]
Original file line number Diff line number Diff line change 1+ [
2+ {
3+ "contractName" : " Migrations" ,
4+ "address" : " 0xf5BBe9558F4Bf37F1eB82fb2CEdb1C775FA56832"
5+ },
6+ {
7+ "contractName" : " WormholeReceiver" ,
8+ "address" : " 0x8250f4aF4B972684F7b336503E2D6dFeDeB1487a" ,
9+ "transactionHash" : " 0xf77395968dab274c8a701b8f27fa6ca0a2ee578a5b6d8ed8953e59d2fca1d31e"
10+ },
11+ {
12+ "contractName" : " PythUpgradable" ,
13+ "address" : " 0xA2aa501b19aff244D90cc15a4Cf739D2725B5729" ,
14+ "transactionHash" : " 0x1d92bc1e80eb990fb1aef081983d7aa4b572b02911187cf8388e9f195e48ca1c"
15+ }
16+ ]
You can’t perform that action at this time.
0 commit comments