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 packages that include the Optimism deployment #41

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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@
"@types/node": "^12.20.50",
"@typescript-eslint/eslint-plugin": "^5.27.1",
"@typescript-eslint/parser": "^5.27.1",
"@venusprotocol/governance-contracts": "^2.3.0",
"@venusprotocol/oracle": "^2.5.0",
"@venusprotocol/governance-contracts": "^2.4.0",
"@venusprotocol/oracle": "^2.6.0",
"@venusprotocol/solidity-utilities": "2.0.0",
"bignumber.js": "9.0.0",
"chai": "^4.3.6",
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3467,35 +3467,35 @@ __metadata:
languageName: node
linkType: hard

"@venusprotocol/governance-contracts@npm:^2.3.0":
version: 2.3.0
resolution: "@venusprotocol/governance-contracts@npm:2.3.0"
"@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: b7c6054d36f435e6360acbe5ef31816901377bffb119147a519c7aa93f8ad4205dfbb85deb706a5fbc37ab144dfdb42284f18c8e95bc729a780303c828221891
checksum: 2a754a05a655bc7b24c33685f86c9bd616a6e7cba4b048315b11eca67a8c1e37c033f04e1b4394e7326251b6af49ab257275cef72727c8976ae16c7f2c2ff0e7
languageName: node
linkType: hard

"@venusprotocol/oracle@npm:^2.5.0":
version: 2.5.0
resolution: "@venusprotocol/oracle@npm:2.5.0"
"@venusprotocol/oracle@npm:^2.6.0":
version: 2.6.0
resolution: "@venusprotocol/oracle@npm:2.6.0"
dependencies:
"@chainlink/contracts": ^0.5.1
"@defi-wonderland/smock": 2.3.5
"@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
hardhat: 2.19.5
hardhat-deploy: ^0.12.4
module-alias: ^2.2.2
solidity-docgen: ^0.6.0-beta.29
checksum: fb0ec02dc3973dda26821df5f6e7975639d749451d1dceb451c8c7da709f2fc4cb8d5f8f6328a81ddf29542e4059464c3bef78e6b4baca7597a9b6f030eefe87
checksum: 47c36e0cbba6f4963113e8e2db268063a52f4ffe913a8aab398f25d5c83ac5f448e45cb57992cb8f406e1be9a581557b7c75c4d8754d42f5d3164bff49f2b5c9
languageName: node
linkType: hard

Expand Down Expand Up @@ -3577,8 +3577,8 @@ __metadata:
"@types/node": ^12.20.50
"@typescript-eslint/eslint-plugin": ^5.27.1
"@typescript-eslint/parser": ^5.27.1
"@venusprotocol/governance-contracts": ^2.3.0
"@venusprotocol/oracle": ^2.5.0
"@venusprotocol/governance-contracts": ^2.4.0
"@venusprotocol/oracle": ^2.6.0
"@venusprotocol/solidity-utilities": 2.0.0
bignumber.js: 9.0.0
chai: ^4.3.6
Expand Down
Loading