Skip to content

Commit

Permalink
Use Hardhat Upgrades v3, Hardhat Toolbox v4 (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericglau authored Dec 11, 2023
1 parent cba928c commit 1e12c9c
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 36 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"devDependencies": {
"@openzeppelin/contracts": "^5.0.0",
"@openzeppelin/contracts-upgradeable": "^5.0.0",
"@openzeppelin/hardhat-upgrades": "^2.0.0",
"@nomicfoundation/hardhat-toolbox": "^3.0.0",
"@openzeppelin/hardhat-upgrades": "^3.0.0",
"@nomicfoundation/hardhat-toolbox": "^4.0.0",
"hardhat": "^2.16.1"
}
}
Binary file modified packages/core/src/erc1155.test.ts.snap
Binary file not shown.
Binary file modified packages/core/src/governor.test.ts.snap
Binary file not shown.
8 changes: 4 additions & 4 deletions packages/core/src/zip-hardhat.test.ts.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,8 @@ Generated by [AVA](https://avajs.dev).
"devDependencies": {␊
"@openzeppelin/contracts": "^5.0.0",␊
"@openzeppelin/contracts-upgradeable": "^5.0.0",␊
"@openzeppelin/hardhat-upgrades": "^2.0.0",␊
"@nomicfoundation/hardhat-toolbox": "^3.0.0",␊
"@openzeppelin/hardhat-upgrades": "^3.0.0",␊
"@nomicfoundation/hardhat-toolbox": "^4.0.0",␊
"hardhat": "^2.16.1"␊
}␊
}`,
Expand Down Expand Up @@ -457,8 +457,8 @@ Generated by [AVA](https://avajs.dev).
"devDependencies": {␊
"@openzeppelin/contracts": "^5.0.0",␊
"@openzeppelin/contracts-upgradeable": "^5.0.0",␊
"@openzeppelin/hardhat-upgrades": "^2.0.0",␊
"@nomicfoundation/hardhat-toolbox": "^3.0.0",␊
"@openzeppelin/hardhat-upgrades": "^3.0.0",␊
"@nomicfoundation/hardhat-toolbox": "^4.0.0",␊
"hardhat": "^2.16.1"␊
}␊
}`,
Expand Down
Binary file modified packages/core/src/zip-hardhat.test.ts.snap
Binary file not shown.

0 comments on commit 1e12c9c

Please sign in to comment.