Skip to content

Commit

Permalink
Merge pull request #129 from VenusProtocol/develop
Browse files Browse the repository at this point in the history
New release
  • Loading branch information
chechu authored Feb 11, 2025
2 parents fdc7a78 + b09d46f commit 2624ed6
Show file tree
Hide file tree
Showing 16 changed files with 5,273 additions and 8 deletions.
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ DEPLOYER_PRIVATE_KEY=
#ARCHIVE_NODE_basesepolia=https://base-sepolia.blastapi.io/<YOUR_KEY_HERE>
#ARCHIVE_NODE_basemainnet=https://open-platform.nodereal.io/<YOUR_KEY_HERE>/base
#ARCHIVE_NODE_unichainsepolia=https://unichain-sepolia.g.alchemy.com/v2/<YOUR_KEY_HERE>
#ARCHIVE_NODE_unichainmainnet=https://unichain-mainnet.g.alchemy.com/v2/<YOUR_KEY_HERE>

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 arbitrumsepolia arbitrumone opsepolia opmainnet basesepolia basemainnet unichainsepolia; do
for NETWORK in bsctestnet bscmainnet ethereum sepolia opbnbmainnet opbnbtestnet arbitrumsepolia arbitrumone opsepolia opmainnet basesepolia basemainnet unichainsepolia unichainmainnet; 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
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [3.2.0-dev.1](https://github.com/VenusProtocol/protocol-reserve/compare/v3.1.0...v3.2.0-dev.1) (2025-02-10)


### Features

* PSR on unichain ([17a4fbb](https://github.com/VenusProtocol/protocol-reserve/commit/17a4fbb025561338be8cdfc85aa47c021294629c))
* updating deployment files ([f829470](https://github.com/VenusProtocol/protocol-reserve/commit/f8294707aa8a02f521ebd741ec04d9a039d5ccaa))

## [3.1.0](https://github.com/VenusProtocol/protocol-reserve/compare/v3.0.1...v3.1.0) (2025-02-07)


Expand Down
Loading

0 comments on commit 2624ed6

Please sign in to comment.