File tree Expand file tree Collapse file tree 5 files changed +29
-4
lines changed
governance/xc_admin/packages/xc_admin_common/src
target_chains/ethereum/contracts Expand file tree Collapse file tree 5 files changed +29
-4
lines changed Original file line number Diff line number Diff line change 5
5
type : EvmChain
6
6
- id : kava
7
7
mainnet : true
8
- rpcUrl : https://evm.kava.io
8
+ rpcUrl : https://kava- evm.publicnode.com
9
9
networkId : 2222
10
10
type : EvmChain
11
11
- id : evmos
95
95
type : EvmChain
96
96
- id : meter
97
97
mainnet : true
98
- rpcUrl : https://rpc- meter.jellypool.xyz
98
+ rpcUrl : https://meter.blockpi.network/v1/rpc/public
99
99
networkId : 82
100
100
type : EvmChain
101
101
- id : chiado
345
345
type : EvmChain
346
346
- id : coredao
347
347
mainnet : true
348
- rpcUrl : https://rpc3 .coredao.org
348
+ rpcUrl : https://rpc .coredao.org
349
349
networkId : 1116
350
350
type : EvmChain
351
351
- id : tomochain
383
383
rpcUrl : https://sepolia.era.zksync.dev/
384
384
networkId : 300
385
385
type : EvmChain
386
+ - id : base_sepolia
387
+ mainnet : false
388
+ rpcUrl : https://sepolia.base.org
389
+ networkId : 84532
390
+ type : EvmChain
Original file line number Diff line number Diff line change 229
229
- chain : zksync_sepolia
230
230
address : " 0x056f829183Ec806A78c26C98961678c24faB71af"
231
231
type : EvmContract
232
+ - chain : base_sepolia
233
+ address : " 0xA2aa501b19aff244D90cc15a4Cf739D2725B5729"
234
+ type : EvmContract
Original file line number Diff line number Diff line change @@ -108,6 +108,7 @@ export const RECEIVER_CHAINS = {
108
108
mode_testnet : 50040 ,
109
109
bttc_testnet : 50041 ,
110
110
zksync_sepolia : 50042 ,
111
+ base_sepolia : 50043 ,
111
112
} ;
112
113
113
114
// If there is any overlapping value the receiver chain will replace the wormhole
Original file line number Diff line number Diff line change 1
1
/**
2
2
* This script is used to generate the .env file for a specific network.
3
3
* You can call it like this:
4
- * node create-env.js <contract -id>
4
+ * node create-env.js <chain -id>
5
5
*/
6
6
7
7
const { DefaultStore, EvmChain } = require ( "contract_manager" ) ;
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" : " 0x713a6e34378ce7c5df18c9876f4ae37af41f9edc1267cf5f90054150920ba9d8"
10
+ },
11
+ {
12
+ "contractName" : " PythUpgradable" ,
13
+ "address" : " 0xA2aa501b19aff244D90cc15a4Cf739D2725B5729" ,
14
+ "transactionHash" : " 0xf9818e35635b8f1b26557a4844c2d5a02578a0e667b28fab60d1a50a1b87c0bd"
15
+ }
16
+ ]
You can’t perform that action at this time.
0 commit comments