Skip to content

Commit

Permalink
fix: bump hardhat version
Browse files Browse the repository at this point in the history
  • Loading branch information
tamtamchik committed Dec 24, 2024
1 parent 1659803 commit 3cb1d76
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests-integration-mainnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

services:
hardhat-node:
image: ghcr.io/lidofinance/hardhat-node:2.22.12
image: ghcr.io/lidofinance/hardhat-node:2.22.17
ports:
- 8545:8545
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests-integration-scratch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

services:
hardhat-node:
image: ghcr.io/lidofinance/hardhat-node:2.22.12-scratch
image: ghcr.io/lidofinance/hardhat-node:2.22.17-scratch
ports:
- 8555:8545

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"ethers": "^6.13.4",
"glob": "^11.0.0",
"globals": "^15.9.0",
"hardhat": "^2.22.16",
"hardhat": "^2.22.17",
"hardhat-contract-sizer": "^2.10.0",
"hardhat-gas-reporter": "^1.0.10",
"hardhat-ignore-warnings": "^0.2.12",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1283,7 +1283,7 @@ __metadata:
languageName: node
linkType: hard

"@nomicfoundation/edr@npm:^0.6.4":
"@nomicfoundation/edr@npm:^0.6.5":
version: 0.6.5
resolution: "@nomicfoundation/edr@npm:0.6.5"
dependencies:
Expand Down Expand Up @@ -6628,13 +6628,13 @@ __metadata:
languageName: node
linkType: hard

"hardhat@npm:^2.22.16":
version: 2.22.16
resolution: "hardhat@npm:2.22.16"
"hardhat@npm:^2.22.17":
version: 2.22.17
resolution: "hardhat@npm:2.22.17"
dependencies:
"@ethersproject/abi": "npm:^5.1.2"
"@metamask/eth-sig-util": "npm:^4.0.0"
"@nomicfoundation/edr": "npm:^0.6.4"
"@nomicfoundation/edr": "npm:^0.6.5"
"@nomicfoundation/ethereumjs-common": "npm:4.0.4"
"@nomicfoundation/ethereumjs-tx": "npm:5.0.4"
"@nomicfoundation/ethereumjs-util": "npm:9.0.4"
Expand Down Expand Up @@ -6686,7 +6686,7 @@ __metadata:
optional: true
bin:
hardhat: internal/cli/bootstrap.js
checksum: 10c0/d193d8dbd02aba9875fc4df23c49fe8cf441afb63382c9e248c776c75aca6e081e9b7b75fb262739f20bff152f9e0e4112bb22e3609dfa63ed4469d3ea46c0ca
checksum: 10c0/d64419a36bfdeb6b4b623d68dcbbb31c724b54999fde5be64c6c102d2f94f98d37ff3964e0293e64c5b436bc194349b09c0874946c687d362bb7a24f989ca685
languageName: node
linkType: hard

Expand Down Expand Up @@ -8005,7 +8005,7 @@ __metadata:
ethers: "npm:^6.13.4"
glob: "npm:^11.0.0"
globals: "npm:^15.9.0"
hardhat: "npm:^2.22.16"
hardhat: "npm:^2.22.17"
hardhat-contract-sizer: "npm:^2.10.0"
hardhat-gas-reporter: "npm:^1.0.10"
hardhat-ignore-warnings: "npm:^0.2.12"
Expand Down

0 comments on commit 3cb1d76

Please sign in to comment.