Skip to content

Commit

Permalink
Merge pull request #108 from VenusProtocol/release/VEN-2720
Browse files Browse the repository at this point in the history
[VEN-2720]: use @venusprotocol/governance-contracts that includes the Optimism deployment
  • Loading branch information
chechu authored Oct 10, 2024
2 parents 12b99f4 + c5ee9fe commit 5b45f26
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
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

0 comments on commit 5b45f26

Please sign in to comment.