Skip to content

Commit

Permalink
feat: use @venusprotocol/governance-contracts that includes the Optim…
Browse files Browse the repository at this point in the history
…ism deployment
  • Loading branch information
chechu committed Oct 10, 2024
1 parent 060715f commit f13d176
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@nomicfoundation/hardhat-network-helpers": "^1.0.8",
"@openzeppelin/contracts": "^4.6.0",
"@openzeppelin/contracts-upgradeable": "^4.7.3",
"@venusprotocol/governance-contracts": "^2.3.0",
"@venusprotocol/governance-contracts": "^2.4.0",
"@venusprotocol/solidity-utilities": "^2.0.0",
"@venusprotocol/venus-protocol": "^9.1.0",
"ethers": "^5.6.8",
Expand Down
15 changes: 13 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3705,7 +3705,7 @@ __metadata:
languageName: node
linkType: hard

"@venusprotocol/governance-contracts@npm:^2.1.0, @venusprotocol/governance-contracts@npm:^2.3.0":
"@venusprotocol/governance-contracts@npm:^2.1.0":
version: 2.3.0
resolution: "@venusprotocol/governance-contracts@npm:2.3.0"
dependencies:
Expand All @@ -3716,6 +3716,17 @@ __metadata:
languageName: node
linkType: hard

"@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: 2a754a05a655bc7b24c33685f86c9bd616a6e7cba4b048315b11eca67a8c1e37c033f04e1b4394e7326251b6af49ab257275cef72727c8976ae16c7f2c2ff0e7
languageName: node
linkType: hard

"@venusprotocol/oracle@workspace:.":
version: 0.0.0-use.local
resolution: "@venusprotocol/oracle@workspace:."
Expand Down Expand Up @@ -3751,7 +3762,7 @@ __metadata:
"@types/sinon-chai": ^3.2.9
"@typescript-eslint/eslint-plugin": ^5.27.1
"@typescript-eslint/parser": ^5.27.1
"@venusprotocol/governance-contracts": ^2.3.0
"@venusprotocol/governance-contracts": ^2.4.0
"@venusprotocol/solidity-utilities": ^2.0.0
"@venusprotocol/venus-protocol": ^9.1.0
chai: ^4.3.6
Expand Down

0 comments on commit f13d176

Please sign in to comment.