Skip to content

Commit

Permalink
Merge pull request #89 from VenusProtocol/develop
Browse files Browse the repository at this point in the history
New release
  • Loading branch information
chechu authored Apr 25, 2024
2 parents 8b989df + aeaff00 commit f4808b0
Show file tree
Hide file tree
Showing 17 changed files with 5,311 additions and 2 deletions.
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
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [2.1.0-dev.1](https://github.com/VenusProtocol/protocol-reserve/compare/v2.0.0...v2.1.0-dev.1) (2024-04-25)


### Features

* add deployments for PSR on arbitrum sepolia ([2377df9](https://github.com/VenusProtocol/protocol-reserve/commit/2377df9f656cabe2e9c6acfec149acaf22b7f167))
* updating deployment files ([5c101d3](https://github.com/VenusProtocol/protocol-reserve/commit/5c101d3e65dac4d37ecf80e237bbe97cebb86bea))
* updating deployment files ([c1f4e04](https://github.com/VenusProtocol/protocol-reserve/commit/c1f4e041551c7eec9223dfefe39b1427e03a8c4c))

## [2.0.0](https://github.com/VenusProtocol/protocol-reserve/compare/v1.5.0...v2.0.0) (2024-04-10)


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 f4808b0

Please sign in to comment.