npm i was failing due to conflicting peer dependencies, see screenshots.
This PR adds overrides for the relevant packages to package.json to avoid the error.
In addition:
Add a few more items to the gitignore
Update hardhat config -- removes an unused import, and updates network configs so that npx hardhat node can run locally without needing the private key env vars set.
Overview
npm i
was failing due to conflicting peer dependencies, see screenshots.This PR adds overrides for the relevant packages to package.json to avoid the error.
In addition:
npx hardhat node
can run locally without needing the private key env vars set.Screenshots