Skip to content

Commit

Permalink
Merge pull request #81 from VenusProtocol/VEN-2501
Browse files Browse the repository at this point in the history
[VEN-2501]: PSR deployment on Arbitrum Sepolia
  • Loading branch information
Debugger022 authored Apr 25, 2024
2 parents c3088ba + 5c101d3 commit c7deead
Show file tree
Hide file tree
Showing 15 changed files with 5,300 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ DEPLOYER_PRIVATE_KEY=
#ARCHIVE_NODE_ethereum=http://127.0.0.1:1248
#ARCHIVE_NODE_opbnbtestnet=https://opbnb-testnet.nodereal.io/v1/<YOUR_KEY_HERE>
#ARCHIVE_NODE_opbnbmainnet=https://opbnb-mainnet.nodereal.io/v1/<YOUR_KEY_HERE>
#ARCHIVE_NODE_arbitrumsepolia=https://sepolia-rollup.arbitrum.io/rpc
#ARCHIVE_NODE_arbitrumone=https://open-platform.nodereal.io/<YOUR_KEY_HERE>/arbitrum-nitro/

ETHERSCAN_API_KEY=
REPORT_GAS=
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:

- name: Export deployments
run: |
for NETWORK in bsctestnet bscmainnet ethereum sepolia opbnbmainnet opbnbtestnet; do
for NETWORK in bsctestnet bscmainnet ethereum sepolia opbnbmainnet opbnbtestnet arbitrumsepolia arbitrumone; do
EXPORT=true yarn hardhat export --network ${NETWORK} --export ./deployments/${NETWORK}.json
jq -M '{name, chainId, addresses: .contracts | map_values(.address)}' ./deployments/${NETWORK}.json > ./deployments/${NETWORK}_addresses.json
done
Expand Down
5 changes: 5 additions & 0 deletions deployments/arbitrumone.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name": "arbitrumone",
"chainId": "42161",
"contracts": {}
}
5 changes: 5 additions & 0 deletions deployments/arbitrumone_addresses.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name": "arbitrumone",
"chainId": "42161",
"addresses": {}
}
Loading

0 comments on commit c7deead

Please sign in to comment.