Skip to content

Commit

Permalink
Merge pull request #121 from VenusProtocol/develop
Browse files Browse the repository at this point in the history
New release
  • Loading branch information
chechu authored Feb 7, 2025
2 parents b6e8fcc + 6e1089a commit 72956b9
Show file tree
Hide file tree
Showing 15 changed files with 1,274 additions and 58 deletions.
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ ARCHIVE_NODE_ethereum=https://eth-mainnet.nodereal.io/v1/<YOUR_KEY_HERE>
#ARCHIVE_NODE_opmainnet=https://opt-mainnet.nodereal.io/v1/<YOUR_KEY_HERE>
ARCHIVE_NODE_basesepolia=https://sepolia.base.org
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>

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 @@ -121,7 +121,7 @@ jobs:

- name: Export deployments
run: |
for NETWORK in bsctestnet bscmainnet ethereum sepolia opbnbtestnet opbnbmainnet arbitrumsepolia arbitrumone opsepolia opmainnet basesepolia basemainnet; do
for NETWORK in bsctestnet bscmainnet ethereum sepolia opbnbtestnet opbnbmainnet arbitrumsepolia arbitrumone opsepolia opmainnet basesepolia basemainnet unichainsepolia; 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
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [2.8.0-dev.1](https://github.com/VenusProtocol/governance-contracts/compare/v2.7.0...v2.8.0-dev.1) (2025-02-07)


### Features

* ACM deployment on unichain sepolia ([5d5e658](https://github.com/VenusProtocol/governance-contracts/commit/5d5e6580a19992ba54005dd42dccdb5aaaa7e78e))
* updating deployment files ([324dea1](https://github.com/VenusProtocol/governance-contracts/commit/324dea1e2f6e463ea2bc74e3ae65268b7ad48600))


### Bug Fixes

* lint ([6b2764b](https://github.com/VenusProtocol/governance-contracts/commit/6b2764be51a81b741a2c2884ed20c050b2de24bb))

## [2.7.0](https://github.com/VenusProtocol/governance-contracts/compare/v2.6.0...v2.7.0) (2024-12-18)


Expand Down
Loading

0 comments on commit 72956b9

Please sign in to comment.