Skip to content

Commit 4ae214d

Browse files
committed
feat: update hardhat to 2.24
1 parent 7d1c384 commit 4ae214d

File tree

5 files changed

+147
-152
lines changed

5 files changed

+147
-152
lines changed

.github/workflows/tests-integration-mainnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
services:
1515
hardhat-node:
16-
image: ghcr.io/lidofinance/hardhat-node:2.22.19
16+
image: ghcr.io/lidofinance/hardhat-node:2.24.0
1717
ports:
1818
- 8545:8545
1919
env:

.github/workflows/tests-integration-scratch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
services:
1212
hardhat-node:
13-
image: ghcr.io/lidofinance/hardhat-node:2.22.19-scratch
13+
image: ghcr.io/lidofinance/hardhat-node:2.24.0-scratch
1414
ports:
1515
- 8555:8545
1616

hardhat.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
import * as process from "node:process";
22

33
import "@nomicfoundation/hardhat-chai-matchers";
4-
import "@nomicfoundation/hardhat-toolbox";
4+
import "@nomicfoundation/ethereumjs-util";
5+
import "@nomicfoundation/hardhat-verify";
56
import "@typechain/hardhat";
67

78
import "dotenv/config";

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,14 @@
5252
"@commitlint/config-conventional": "^19.8.1",
5353
"@eslint/compat": "^1.2.9",
5454
"@eslint/js": "^9.27.0",
55+
"@nomicfoundation/ethereumjs-util": "^9.0.4",
5556
"@nomicfoundation/hardhat-chai-matchers": "^2.0.8",
5657
"@nomicfoundation/hardhat-ethers": "^3.0.8",
57-
"@nomicfoundation/hardhat-ignition": "^0.15.10",
58-
"@nomicfoundation/hardhat-ignition-ethers": "^0.15.10",
58+
"@nomicfoundation/hardhat-ignition": "^0.15.11",
59+
"@nomicfoundation/hardhat-ignition-ethers": "^0.15.11",
5960
"@nomicfoundation/hardhat-network-helpers": "^1.0.12",
60-
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
6161
"@nomicfoundation/hardhat-verify": "^2.0.13",
62-
"@nomicfoundation/ignition-core": "^0.15.10",
62+
"@nomicfoundation/ignition-core": "^0.15.11",
6363
"@typechain/ethers-v6": "^0.5.1",
6464
"@typechain/hardhat": "^9.1.0",
6565
"@types/chai": "^4.3.20",
@@ -79,7 +79,7 @@
7979
"ethers": "^6.13.5",
8080
"glob": "^11.0.2",
8181
"globals": "^15.15.0",
82-
"hardhat": "^2.22.19",
82+
"hardhat": "^2.24.0",
8383
"hardhat-contract-sizer": "^2.10.0",
8484
"hardhat-gas-reporter": "^1.0.10",
8585
"hardhat-ignore-warnings": "^0.2.12",

0 commit comments

Comments
 (0)