Skip to content

Commit

Permalink
Bump solhint
Browse files Browse the repository at this point in the history
  • Loading branch information
zZoMROT committed Dec 18, 2023
1 parent 969303d commit 5a219e0
Show file tree
Hide file tree
Showing 3 changed files with 228 additions and 7 deletions.
1 change: 1 addition & 0 deletions contracts/libraries/OraclePrices.sol
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// solhint-disable private-vars-leading-underscore
// SPDX-License-Identifier: MIT

pragma solidity 0.8.23;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"hardhat-gas-reporter": "1.0.9",
"hardhat-tracer": "2.7.0",
"rimraf": "5.0.5",
"solhint": "3.5.1",
"solhint": "4.0.0",
"solidity-coverage": "0.8.5",
"zksync-ethers": "6.0.0",
"zksync-web3": "0.17.1"
Expand Down
Loading

0 comments on commit 5a219e0

Please sign in to comment.