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

[VEN-2720]: use @venusprotocol/governance-contracts that includes the Optimism deployment #108

Merged
merged 1 commit into from
Oct 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"@types/node": "^18.16.3",
"@typescript-eslint/eslint-plugin": "^5.44.0",
"@typescript-eslint/parser": "^5.44.0",
"@venusprotocol/governance-contracts": "^2.4.0-dev.1",
"@venusprotocol/governance-contracts": "^2.4.0",
"@venusprotocol/isolated-pools": "^3.4.0",
"@venusprotocol/oracle": "^2.4.0",
"bignumber.js": "^9.1.1",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3495,14 +3495,14 @@ __metadata:
languageName: node
linkType: hard

"@venusprotocol/governance-contracts@npm:^2.4.0-dev.1":
version: 2.4.0-dev.1
resolution: "@venusprotocol/governance-contracts@npm:2.4.0-dev.1"
"@venusprotocol/governance-contracts@npm:^2.4.0":
version: 2.4.0
resolution: "@venusprotocol/governance-contracts@npm:2.4.0"
dependencies:
"@venusprotocol/solidity-utilities": 2.0.0
hardhat-deploy-ethers: ^0.3.0-beta.13
module-alias: ^2.2.2
checksum: 1fef27e497a787eccbfa1aae6bbdf46b624daec5952fd40057f45de81cb053dd82bad2d53ea6fde029db634c952b27ada0d58f369bd2774dda01abb7a0f914c1
checksum: 2a754a05a655bc7b24c33685f86c9bd616a6e7cba4b048315b11eca67a8c1e37c033f04e1b4394e7326251b6af49ab257275cef72727c8976ae16c7f2c2ff0e7
languageName: node
linkType: hard

Expand Down Expand Up @@ -3610,7 +3610,7 @@ __metadata:
"@types/node": ^18.16.3
"@typescript-eslint/eslint-plugin": ^5.44.0
"@typescript-eslint/parser": ^5.44.0
"@venusprotocol/governance-contracts": ^2.4.0-dev.1
"@venusprotocol/governance-contracts": ^2.4.0
"@venusprotocol/isolated-pools": ^3.4.0
"@venusprotocol/oracle": ^2.4.0
"@venusprotocol/solidity-utilities": ^2.0.3
Expand Down
Loading