Skip to content

Commit

Permalink
feat: update solidity version and solidity-utilities package
Browse files Browse the repository at this point in the history
  • Loading branch information
Debugger022 committed Apr 19, 2024
1 parent d530bba commit 1cd1a70
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion contracts/Rewards/RewardsDistributorStorage.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: BSD-3-Clause
pragma solidity 0.8.13;
pragma solidity 0.8.25;

import { IERC20Upgradeable } from "@openzeppelin/contracts-upgradeable/token/ERC20/IERC20Upgradeable.sol";

Expand Down
2 changes: 1 addition & 1 deletion contracts/Shortfall/ShortfallStorage.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: BSD-3-Clause
pragma solidity 0.8.13;
pragma solidity 0.8.25;

import { VToken } from "../VToken.sol";
import { IRiskFund } from "../RiskFund/IRiskFund.sol";
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@openzeppelin/contracts-upgradeable": "^4.8.3",
"@openzeppelin/hardhat-upgrades": "^1.21.0",
"@solidity-parser/parser": "^0.13.2",
"@venusprotocol/solidity-utilities": "^1.3.0",
"@venusprotocol/solidity-utilities": "^2.0.0",
"ethers": "^5.7.0",
"hardhat-deploy": "^0.11.14",
"module-alias": "^2.2.2"
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3171,7 +3171,7 @@ __metadata:
"@venusprotocol/governance-contracts": 2.0.0
"@venusprotocol/oracle": 2.0.0
"@venusprotocol/protocol-reserve": 2.0.0
"@venusprotocol/solidity-utilities": ^1.3.0
"@venusprotocol/solidity-utilities": ^2.0.0
"@venusprotocol/venus-protocol": 8.0.0
bignumber.js: 9.0.0
chai: ^4.3.6
Expand Down

0 comments on commit 1cd1a70

Please sign in to comment.