Skip to content

Commit 1e12c9c

Browse files
authored
Use Hardhat Upgrades v3, Hardhat Toolbox v4 (#314)
1 parent cba928c commit 1e12c9c

File tree

6 files changed

+36
-36
lines changed

6 files changed

+36
-36
lines changed

packages/core/src/environments/hardhat/upgradeable/package-lock.json

Lines changed: 30 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/core/src/environments/hardhat/upgradeable/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"devDependencies": {
1212
"@openzeppelin/contracts": "^5.0.0",
1313
"@openzeppelin/contracts-upgradeable": "^5.0.0",
14-
"@openzeppelin/hardhat-upgrades": "^2.0.0",
15-
"@nomicfoundation/hardhat-toolbox": "^3.0.0",
14+
"@openzeppelin/hardhat-upgrades": "^3.0.0",
15+
"@nomicfoundation/hardhat-toolbox": "^4.0.0",
1616
"hardhat": "^2.16.1"
1717
}
1818
}
-1 Bytes
Binary file not shown.
1 Byte
Binary file not shown.

packages/core/src/zip-hardhat.test.ts.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -199,8 +199,8 @@ Generated by [AVA](https://avajs.dev).
199199
"devDependencies": {␊
200200
"@openzeppelin/contracts": "^5.0.0",␊
201201
"@openzeppelin/contracts-upgradeable": "^5.0.0",␊
202-
"@openzeppelin/hardhat-upgrades": "^2.0.0",␊
203-
"@nomicfoundation/hardhat-toolbox": "^3.0.0",␊
202+
"@openzeppelin/hardhat-upgrades": "^3.0.0",␊
203+
"@nomicfoundation/hardhat-toolbox": "^4.0.0",␊
204204
"hardhat": "^2.16.1"␊
205205
}␊
206206
}`,
@@ -457,8 +457,8 @@ Generated by [AVA](https://avajs.dev).
457457
"devDependencies": {␊
458458
"@openzeppelin/contracts": "^5.0.0",␊
459459
"@openzeppelin/contracts-upgradeable": "^5.0.0",␊
460-
"@openzeppelin/hardhat-upgrades": "^2.0.0",␊
461-
"@nomicfoundation/hardhat-toolbox": "^3.0.0",␊
460+
"@openzeppelin/hardhat-upgrades": "^3.0.0",␊
461+
"@nomicfoundation/hardhat-toolbox": "^4.0.0",␊
462462
"hardhat": "^2.16.1"␊
463463
}␊
464464
}`,
5 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)