Skip to content

Commit

Permalink
fix solidity-utils
Browse files Browse the repository at this point in the history
  • Loading branch information
ZumZoom committed Jan 16, 2024
1 parent 28262ae commit 73f1ce1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@1inch/limit-order-protocol-contract",
"version": "4.0.0-prerelease-17",
"version": "4.0.0-prerelease-18",
"description": "1inch Limit Order Protocol",
"repository": {
"type": "git",
Expand All @@ -16,7 +16,7 @@
"test/helpers"
],
"dependencies": {
"@1inch/solidity-utils": "3.6.0",
"@1inch/solidity-utils": "3.7.1",
"@chainlink/contracts": "0.8.0",
"@openzeppelin/contracts": "5.0.1"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# yarn lockfile v1


"@1inch/solidity-utils@3.6.0":
version "3.6.0"
resolved "https://registry.yarnpkg.com/@1inch/solidity-utils/-/solidity-utils-3.6.0.tgz#439c1cfb6adc9bfd4cb6c846d75a909e67120c48"
integrity sha512-GtoLXj713DHj6ATcVnNLPKYugO81CgMqBmCxjK8hHSqNDMsivjtlDJIUgFO7a5NS5bPpB8pwHcoyY9MjU7Q8rA==
"@1inch/solidity-utils@3.7.1":
version "3.7.1"
resolved "https://registry.yarnpkg.com/@1inch/solidity-utils/-/solidity-utils-3.7.1.tgz#725ea9fe67ccb305e07c45270833e5d075c91564"
integrity sha512-ZuH7xbq9QIuqG4JjTbjpA5Fkdpo41JblDfyCAwBaFkqtFKm7DlelKtc1F1HOhkSeIYnYwzFKuSGiqheq6rB7fg==
dependencies:
"@metamask/eth-sig-util" "7.0.1"
"@nomicfoundation/hardhat-ethers" "3.0.5"
Expand Down

0 comments on commit 73f1ce1

Please sign in to comment.