Skip to content

Commit

Permalink
Merge pull request #34 from VenusProtocol/feature/remove-il-depedency
Browse files Browse the repository at this point in the history
[VEN-1080]: replace dependency of isolated-pools
  • Loading branch information
chechu authored Oct 25, 2023
2 parents 7784705 + 4eb584a commit 7119968
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 18 deletions.
2 changes: 1 addition & 1 deletion contracts/ProtocolReserve/ProtocolShareReserve.sol
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pragma solidity 0.8.13;
import { SafeERC20Upgradeable, IERC20Upgradeable } from "@openzeppelin/contracts-upgradeable/token/ERC20/utils/SafeERC20Upgradeable.sol";
import { AccessControlledV8 } from "@venusprotocol/governance-contracts/contracts/Governance/AccessControlledV8.sol";
import { ReentrancyGuardUpgradeable } from "@openzeppelin/contracts-upgradeable/security/ReentrancyGuardUpgradeable.sol";
import { MaxLoopsLimitHelper } from "@venusprotocol/isolated-pools/contracts/MaxLoopsLimitHelper.sol";
import { MaxLoopsLimitHelper } from "@venusprotocol/solidity-utilities/contracts/MaxLoopsLimitHelper.sol";

import { IProtocolShareReserve } from "../Interfaces/IProtocolShareReserve.sol";
import { ComptrollerInterface } from "../Interfaces/ComptrollerInterface.sol";
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@openzeppelin/contracts-upgradeable": "^4.8.3",
"@openzeppelin/hardhat-upgrades": "^1.21.0",
"@solidity-parser/parser": "^0.13.2",
"@venusprotocol/isolated-pools": "^2.0.0",
"@venusprotocol/solidity-utilities": "^1.0.1",
"ethers": "^5.7.0",
"hardhat-deploy": "^0.11.14",
"module-alias": "^2.2.2"
Expand Down
24 changes: 8 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3013,21 +3013,6 @@ __metadata:
languageName: node
linkType: hard

"@venusprotocol/isolated-pools@npm:^2.0.0":
version: 2.0.0
resolution: "@venusprotocol/isolated-pools@npm:2.0.0"
dependencies:
"@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: b68c5c5c93547f56482731c3ae28a7de7bc7077c95fbb6d9daa454417a18d6bd90ed373a8754586bba95636e5da9b76bd4e0a880919474e47f7ca15b2f0fddf5
languageName: node
linkType: hard

"@venusprotocol/oracle@npm:1.7.2":
version: 1.7.2
resolution: "@venusprotocol/oracle@npm:1.7.2"
Expand Down Expand Up @@ -3076,8 +3061,8 @@ __metadata:
"@typescript-eslint/eslint-plugin": ^5.27.1
"@typescript-eslint/parser": ^5.27.1
"@venusprotocol/governance-contracts": ^1.0.0
"@venusprotocol/isolated-pools": ^2.0.0
"@venusprotocol/oracle": 1.7.2
"@venusprotocol/solidity-utilities": ^1.0.1
"@venusprotocol/venus-protocol": 3.0.0-dev.18
bignumber.js: 9.0.0
chai: ^4.3.6
Expand Down Expand Up @@ -3108,6 +3093,13 @@ __metadata:
languageName: unknown
linkType: soft

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

"@venusprotocol/venus-protocol@npm:0.7.0":
version: 0.7.0
resolution: "@venusprotocol/venus-protocol@npm:0.7.0"
Expand Down

0 comments on commit 7119968

Please sign in to comment.