Skip to content

Commit 172bec7

Browse files
committed
fix(kms): revert hardhat to v2 for peer dependency compatibility
hardhat v3 is incompatible with @nomicfoundation/hardhat-ethers@3.x and @openzeppelin/hardhat-upgrades@3.x which require hardhat ^2.0.0.
1 parent 368c62e commit 172bec7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kms/auth-eth/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
},
2424
"devDependencies": {
2525
"@nomicfoundation/hardhat-ethers": "^3.0.8",
26-
"@nomicfoundation/hardhat-toolbox": "^7.0.0",
26+
"@nomicfoundation/hardhat-toolbox": "^4.0.0",
2727
"@openzeppelin/hardhat-upgrades": "^3.9.0",
2828
"@types/jest": "^29.5.14",
2929
"@types/node": "^20.17.12",
3030
"@types/supertest": "^6.0.2",
31-
"hardhat": "^3.1.11",
31+
"hardhat": "^2.22.17",
3232
"jest": "^29.7.0",
3333
"supertest": "^6.3.3",
3434
"ts-jest": "^29.1.1",

0 commit comments

Comments
 (0)