Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New release #109

Merged
merged 21 commits into from
Oct 10, 2024
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
e1002c2
chore: add opsepolia config
Debugger022 Sep 3, 2024
36e9c49
feat: deployment files for PSR on opsepolia
Debugger022 Sep 3, 2024
2f5f982
feat: updating deployment files
Debugger022 Sep 3, 2024
8dd9a3f
refactor: deployment files for the PSR to use the default proxy admin…
Debugger022 Sep 9, 2024
f9eee85
feat: updating deployment files
Debugger022 Sep 9, 2024
b51a85e
Merge pull request #105 from VenusProtocol/main
chechu Sep 10, 2024
7e7a00f
refactor: deployment files for the PSR
Debugger022 Sep 12, 2024
dc22c81
Merge branch 'develop' into feat/VEN-2729
Debugger022 Sep 12, 2024
191a2b2
chore: update yarn.lock after merging develop
Debugger022 Sep 12, 2024
861960c
feat: updating deployment files
Debugger022 Sep 12, 2024
6a3bddb
chore: update governance-contracts package version
Debugger022 Sep 16, 2024
8e9cc68
Merge pull request #102 from VenusProtocol/feat/VEN-2729
Debugger022 Sep 16, 2024
770c922
chore(release): 2.4.0-dev.1 [skip ci]
toolsvenus Sep 16, 2024
8013b49
feat: deployment files for the PSR on opmainnet
Debugger022 Sep 30, 2024
4834f01
chore: update yarn.lock
Debugger022 Sep 30, 2024
c24c1ff
feat: updating deployment files
Debugger022 Sep 30, 2024
d9a6a86
Merge pull request #107 from VenusProtocol/feat/VEN-2816
chechu Oct 10, 2024
12b99f4
chore(release): 2.4.0-dev.2 [skip ci]
toolsvenus Oct 10, 2024
c5ee9fe
feat: use @venusprotocol/governance-contracts that includes the Optim…
chechu Oct 10, 2024
5b45f26
Merge pull request #108 from VenusProtocol/release/VEN-2720
chechu Oct 10, 2024
33756cd
chore(release): 2.4.0-dev.3 [skip ci]
toolsvenus Oct 10, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -18,6 +18,8 @@ DEPLOYER_PRIVATE_KEY=
#ARCHIVE_NODE_arbitrumone=https://open-platform.nodereal.io/<YOUR_KEY_HERE>/arbitrum-nitro/
#ARCHIVE_NODE_zksyncsepolia=https://zksync-sepolia.g.alchemy.com/v2/<YOUR_KEY_HERE>
#ARCHIVE_NODE_zksyncmainnet=https://open-platform.nodereal.io/<YOUR_KEY_HERE>/zksync
#ARCHIVE_NODE_opsepolia=https://sepolia.optimism.io
#ARCHIVE_NODE_opmainnet=https://opt-mainnet.nodereal.io/v1/<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
@@ -137,7 +137,7 @@ jobs:

- name: Export deployments
run: |
for NETWORK in bsctestnet bscmainnet ethereum sepolia opbnbmainnet opbnbtestnet arbitrumsepolia arbitrumone; do
for NETWORK in bsctestnet bscmainnet ethereum sepolia opbnbmainnet opbnbtestnet arbitrumsepolia arbitrumone opsepolia opmainnet; 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
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
## [2.4.0-dev.3](https://github.com/VenusProtocol/protocol-reserve/compare/v2.4.0-dev.2...v2.4.0-dev.3) (2024-10-10)


### Features

* use @venusprotocol/governance-contracts that includes the Optimism deployment ([c5ee9fe](https://github.com/VenusProtocol/protocol-reserve/commit/c5ee9fe5d87bf002f02c5ab284ec7e95708a528e))

## [2.4.0-dev.2](https://github.com/VenusProtocol/protocol-reserve/compare/v2.4.0-dev.1...v2.4.0-dev.2) (2024-10-10)


### Features

* deployment files for the PSR on opmainnet ([8013b49](https://github.com/VenusProtocol/protocol-reserve/commit/8013b49e4359f0dacd97190c5b548a3f749c8f7c))
* updating deployment files ([c24c1ff](https://github.com/VenusProtocol/protocol-reserve/commit/c24c1ffe475458a5f73cd3e8a98d1e3addf1a853))

## [2.4.0-dev.1](https://github.com/VenusProtocol/protocol-reserve/compare/v2.3.0...v2.4.0-dev.1) (2024-09-16)


### Features

* deployment files for PSR on opsepolia ([36e9c49](https://github.com/VenusProtocol/protocol-reserve/commit/36e9c4953fc9f4bdc0ac18006f0601137dcc2935))
* updating deployment files ([861960c](https://github.com/VenusProtocol/protocol-reserve/commit/861960c14831e1fd758269056eda002c15e2cfc4))
* updating deployment files ([f9eee85](https://github.com/VenusProtocol/protocol-reserve/commit/f9eee859f423ffaaa7f149b10e14024e08c47702))
* updating deployment files ([2f5f982](https://github.com/VenusProtocol/protocol-reserve/commit/2f5f9828f72c9dbf8e28e653977b5cbf11ff7591))

## [2.3.0](https://github.com/VenusProtocol/protocol-reserve/compare/v2.2.0...v2.3.0) (2024-09-10)


Loading