decentdao / decent-contracts

Govern at startup speed
https://app.decentdao.org
MIT License
3 stars 3 forks source link

add hh overrides and run npm i #12

Closed sethhrbek closed 1 year ago

sethhrbek commented 1 year ago

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:

  1. Add a few more items to the gitignore
  2. 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.

Screenshots

image