Skip to content

Commit f3630fc

Browse files
authored
chore: bump hardhat (#462)
1 parent 4aa7006 commit f3630fc

File tree

4 files changed

+154
-316
lines changed

4 files changed

+154
-316
lines changed

l1-contracts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"ethjs": "^0.4.0",
3232
"fs": "^0.0.1-security",
3333
"handlebars": "^4.7.6",
34-
"hardhat": "^2.18.3",
34+
"hardhat": "=2.22.2",
3535
"hardhat-contract-sizer": "^2.0.2",
3636
"hardhat-gas-reporter": "^1.0.9",
3737
"hardhat-typechain": "^0.3.3",

l2-contracts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"chalk": "^4.1.0",
2424
"commander": "^6.0.0",
2525
"ethers": "^5.7.0",
26-
"hardhat": "^2.18.3",
26+
"hardhat": "=2.22.2",
2727
"hardhat-typechain": "^0.3.3",
2828
"mocha": "^9.0.2",
2929
"ts-node": "^10.1.0",

system-contracts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"commander": "^9.4.1",
1010
"ethers": "^5.7.0",
1111
"fast-glob": "^3.3.2",
12-
"hardhat": "^2.18.3",
12+
"hardhat": "=2.22.2",
1313
"preprocess": "^3.2.0",
1414
"zksync-web3": "^0.14.3"
1515
},

0 commit comments

Comments
 (0)