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 125
125
type : EvmChain
126
126
- id : ethereum
127
127
mainnet : true
128
- rpcUrl : https://eth.llamarpc.com
128
+ rpcUrl : https://eth-mainnet.blastapi.io/$ENV_BLAST_API_KEY
129
129
networkId : 1
130
130
type : EvmChain
131
131
- id : bsc_testnet
393
393
rpcUrl : https://mevm.devnet.m1.movementlabs.xyz/v1
394
394
networkId : 336
395
395
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 235
235
- chain : movement_evm_devnet
236
236
address : " 0xA2aa501b19aff244D90cc15a4Cf739D2725B5729"
237
237
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 = {
57
57
stacks : 60038 ,
58
58
mode : 60039 ,
59
59
bttc : 60040 ,
60
+ zkfair : 60041 ,
60
61
61
62
// Testnets as a separate chain ids (to use stable data sources and governance for them)
62
63
injective_testnet : 60013 ,
@@ -111,6 +112,8 @@ export const RECEIVER_CHAINS = {
111
112
base_sepolia : 50043 ,
112
113
movement_evm_devnet : 50044 ,
113
114
movement_move_devnet : 50045 ,
115
+ zkfair_testnet : 50046 ,
116
+ blast_s2_testnet : 50047 ,
114
117
} ;
115
118
116
119
// 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