Skip to content

Commit b56f209

Browse files
authoredSep 21, 2023
Update HH dev dep & fix Zeppelin E2E test (#811)
1 parent d5c134b commit b56f209

File tree

3 files changed

+618
-162
lines changed

3 files changed

+618
-162
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"ethereum-waffle": "^3.4.0",
5757
"ethers": "^5.5.3",
5858
"ganache-cli": "6.12.2",
59-
"hardhat": "^2.11.0",
59+
"hardhat": "^2.17.3",
6060
"hardhat-gas-reporter": "^1.0.1",
6161
"nyc": "^14.1.1",
6262
"solc": "^0.7.5"

‎scripts/run-zeppelin.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ cd openzeppelin-contracts
2828
echo ">>>>> npm install"
2929
npm install
3030

31-
# Use HH Merge version
32-
npm install hardhat@2.11.0 --save-dev
31+
# Use HH latest
32+
npm install hardhat@latest --save-dev
3333

3434
echo ">>>>> npm uninstall solidity-coverage --save-dev"
3535
npm uninstall solidity-coverage --save-dev

‎yarn.lock

+615-159
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.