Skip to content

Commit

Permalink
Update HH dev dep & fix Zeppelin E2E test (#811)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgewecke committed Sep 21, 2023
1 parent d5c134b commit b56f209
Show file tree
Hide file tree
Showing 3 changed files with 618 additions and 162 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"ethereum-waffle": "^3.4.0",
"ethers": "^5.5.3",
"ganache-cli": "6.12.2",
"hardhat": "^2.11.0",
"hardhat": "^2.17.3",
"hardhat-gas-reporter": "^1.0.1",
"nyc": "^14.1.1",
"solc": "^0.7.5"
Expand Down
4 changes: 2 additions & 2 deletions scripts/run-zeppelin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ cd openzeppelin-contracts
echo ">>>>> npm install"
npm install

# Use HH Merge version
npm install hardhat@2.11.0 --save-dev
# Use HH latest
npm install hardhat@latest --save-dev

echo ">>>>> npm uninstall solidity-coverage --save-dev"
npm uninstall solidity-coverage --save-dev
Expand Down

0 comments on commit b56f209

Please sign in to comment.