File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -25,4 +25,5 @@ DEPLOYER_PRIVATE_KEY=
2525# ARCHIVE_NODE_basesepolia=https://sepolia.base.org
2626# ARCHIVE_NODE_basemainnet=https://open-platform.nodereal.io/<YOUR_KEY_HERE>/base
2727# ARCHIVE_NODE_unichainsepolia=https://unichain-sepolia.g.alchemy.com/v2/<YOUR_KEY_HERE>
28- # ARCHIVE_NODE_unichainmainnet=https://unichain-mainnet.g.alchemy.com/v2/<YOUR_KEY_HERE>
28+ # ARCHIVE_NODE_unichainmainnet=https://unichain-mainnet.g.alchemy.com/v2/<YOUR_KEY_HERE>
29+ # ARCHIVE_NODE_berachainbartio=https://berachain-bartio.g.alchemy.com/v2/<YOUR_KEY_HERE>
Original file line number Diff line number Diff line change @@ -75,6 +75,10 @@ extendConfig((config: HardhatConfig) => {
7575 "node_modules/@venusprotocol/governance-contracts/deployments/unichainmainnet" ,
7676 "node_modules/@venusprotocol/oracle/deployments/unichainmainnet" ,
7777 ] ,
78+ berachainbartio : [
79+ "node_modules/@venusprotocol/governance-contracts/deployments/berachainbartio" ,
80+ "node_modules/@venusprotocol/oracle/deployments/berachainbartio" ,
81+ ] ,
7882 } ,
7983 } ;
8084 }
You can’t perform that action at this time.
0 commit comments