We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5c134b commit b56f209Copy full SHA for b56f209
package.json
@@ -56,7 +56,7 @@
56
"ethereum-waffle": "^3.4.0",
57
"ethers": "^5.5.3",
58
"ganache-cli": "6.12.2",
59
- "hardhat": "^2.11.0",
+ "hardhat": "^2.17.3",
60
"hardhat-gas-reporter": "^1.0.1",
61
"nyc": "^14.1.1",
62
"solc": "^0.7.5"
scripts/run-zeppelin.sh
@@ -28,8 +28,8 @@ cd openzeppelin-contracts
28
echo ">>>>> npm install"
29
npm install
30
31
-# Use HH Merge version
32
-npm install hardhat@2.11.0 --save-dev
+# Use HH latest
+npm install hardhat@latest --save-dev
33
34
echo ">>>>> npm uninstall solidity-coverage --save-dev"
35
npm uninstall solidity-coverage --save-dev
0 commit comments