Skip to content

Commit

Permalink
fix: upgrades oz to 4.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
uF4No committed May 30, 2024
1 parent 49f1476 commit 70aba9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/quickstart/hardhat/upgradability/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
"scripts": {
"deploy": "hardhat deploy-zksync --script deploy.ts",
"compile": "hardhat compile",
"clean": "hardhat clean"
"clean": "hardhat clean"
},
"devDependencies": {
"@matterlabs/hardhat-zksync": "^1.0.0",
"@matterlabs/zksync-contracts": "^0.6.1",
"@nomiclabs/hardhat-etherscan": "^3.1.7",
"@nomicfoundation/hardhat-chai-matchers": "^2.0.6",
"@openzeppelin/contracts": "^4.6.0",
"@openzeppelin/contracts": "^4.9.5",
"@openzeppelin/contracts-upgradeable": "4.9.5",
"@openzeppelin/upgrades-core": "^1.32.5",
"@types/chai": "^4.3.4",
Expand Down

0 comments on commit 70aba9d

Please sign in to comment.