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 #435

Merged
merged 3 commits into from
Jan 25, 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 @@ -33,8 +33,8 @@
"@openzeppelin/contracts": "4.9.3",
"@openzeppelin/contracts-upgradeable": "^4.8.0",
"@venusprotocol/governance-contracts": "^1.4.0",
"@venusprotocol/isolated-pools": "2.3.0",
"@venusprotocol/protocol-reserve": "^1.2.0",
"@venusprotocol/isolated-pools": "^2.5.0",
"@venusprotocol/protocol-reserve": "^1.4.0",
"@venusprotocol/solidity-utilities": "^1.2.0",
"@venusprotocol/token-bridge": "1.0.0",
"bignumber.js": "^9.1.2",
Expand Down
55 changes: 48 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3110,9 +3110,25 @@ __metadata:
languageName: node
linkType: hard

"@venusprotocol/isolated-pools@npm:2.3.0":
version: 2.3.0
resolution: "@venusprotocol/isolated-pools@npm:2.3.0"
"@venusprotocol/isolated-pools@npm:^2.3.0":
version: 2.4.0
resolution: "@venusprotocol/isolated-pools@npm:2.4.0"
dependencies:
"@nomiclabs/hardhat-ethers": ^2.2.3
"@openzeppelin/contracts": ^4.8.3
"@openzeppelin/contracts-upgradeable": ^4.8.3
"@openzeppelin/hardhat-upgrades": ^1.21.0
"@solidity-parser/parser": ^0.13.2
ethers: ^5.7.0
hardhat-deploy: ^0.11.14
module-alias: ^2.2.2
checksum: c67b2d1eaf2ae7cae1e7b73799ec1dd0ffd3bc996bea09fc6e6c909f416f65fa168bd0690034ce8882da0d0b9a8825032dde3dd15bad392a5a5cad32bf697a73
languageName: node
linkType: hard

"@venusprotocol/isolated-pools@npm:^2.5.0":
version: 2.5.0
resolution: "@venusprotocol/isolated-pools@npm:2.5.0"
dependencies:
"@nomiclabs/hardhat-ethers": ^2.2.3
"@openzeppelin/contracts": ^4.8.3
Expand All @@ -3122,7 +3138,7 @@ __metadata:
ethers: ^5.7.0
hardhat-deploy: ^0.11.14
module-alias: ^2.2.2
checksum: e3ef4115048b41415e50ff8d7c4297a93e88f7914ce7eb061d1c976d686c8c5c0082d01612a615a61ef9d130ff2a72e7acba2a6612eda0fc44e12ccb9277c411
checksum: 21d849893ec115165352df9e937178321a2f5daea11e11221787e67f80476905a5b4c3564382a58b89b5308e00cb88d57a677ac46cc9df5782c884cdce8c4c42
languageName: node
linkType: hard

Expand All @@ -3146,7 +3162,7 @@ __metadata:
languageName: node
linkType: hard

"@venusprotocol/protocol-reserve@npm:^1.1.0, @venusprotocol/protocol-reserve@npm:^1.2.0":
"@venusprotocol/protocol-reserve@npm:^1.1.0":
version: 1.2.0
resolution: "@venusprotocol/protocol-reserve@npm:1.2.0"
dependencies:
Expand All @@ -3163,6 +3179,24 @@ __metadata:
languageName: node
linkType: hard

"@venusprotocol/protocol-reserve@npm:^1.4.0":
version: 1.4.0
resolution: "@venusprotocol/protocol-reserve@npm:1.4.0"
dependencies:
"@nomiclabs/hardhat-ethers": ^2.2.3
"@openzeppelin/contracts": ^4.8.3
"@openzeppelin/contracts-upgradeable": ^4.8.3
"@openzeppelin/hardhat-upgrades": ^1.21.0
"@solidity-parser/parser": ^0.13.2
"@venusprotocol/isolated-pools": ^2.3.0
"@venusprotocol/solidity-utilities": ^1.3.0
ethers: ^5.7.0
hardhat-deploy: ^0.11.14
module-alias: ^2.2.2
checksum: 6b9bc35ac7cdb2d828312c9ebcba1c55e3b63d6d8d237affa7b5baf94b5c2a86e296552c153a5c077f9b6178cc73c7fd20804126509a8a8670c5b50eeae41d2d
languageName: node
linkType: hard

"@venusprotocol/solidity-utilities@npm:^1.0.1":
version: 1.1.0
resolution: "@venusprotocol/solidity-utilities@npm:1.1.0"
Expand All @@ -3177,6 +3211,13 @@ __metadata:
languageName: node
linkType: hard

"@venusprotocol/solidity-utilities@npm:^1.3.0":
version: 1.3.0
resolution: "@venusprotocol/solidity-utilities@npm:1.3.0"
checksum: d1109365a5e01959c47b25fb129373db93792e60bf1bc0ed324b63c2a64f6e4a7878ebf016cfade94bc41a2c1245d3e861fdc6b8c5844ac210ed1d73e7307e72
languageName: node
linkType: hard

"@venusprotocol/token-bridge@npm:1.0.0":
version: 1.0.0
resolution: "@venusprotocol/token-bridge@npm:1.0.0"
Expand Down Expand Up @@ -3238,9 +3279,9 @@ __metadata:
"@typescript-eslint/eslint-plugin": ^5.40.0
"@typescript-eslint/parser": ^5.40.0
"@venusprotocol/governance-contracts": ^1.4.0
"@venusprotocol/isolated-pools": 2.3.0
"@venusprotocol/isolated-pools": ^2.5.0
"@venusprotocol/oracle": 1.8.0
"@venusprotocol/protocol-reserve": ^1.2.0
"@venusprotocol/protocol-reserve": ^1.4.0
"@venusprotocol/solidity-utilities": ^1.2.0
"@venusprotocol/token-bridge": 1.0.0
bignumber.js: ^9.1.2
Expand Down
Loading