Skip to content
This repository has been archived by the owner on Dec 20, 2022. It is now read-only.

Commit

Permalink
Troubleshooting section (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
dopatraman authored Apr 27, 2022
1 parent e94a725 commit ed35761
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,16 @@ LOCAL_PRIVATE_KEY=0xabcd1234567890
From another terminal, run:
`npm run deploy:localhost`

### Troubleshooting
If you run into an error when running `hardhat:compile` that looks like this:

```console
Invalid value for HardhatConfig.networks.localhost - Expected a value of type HttpNetworkConfig.
```

It means your `STAGENET_PRIVATE_KEY` and `STAGENET_CHAIN_URL` env variables are
not properly set. If you do not have values for these, you can use empy strings.

### Key Commands and Tasks
Basic Command List:
- `npm install`
Expand Down

0 comments on commit ed35761

Please sign in to comment.