Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error HH100: Network bscTestnet doesn't exist #292

Open
moonery-dev opened this issue May 1, 2021 · 1 comment
Open

Error HH100: Network bscTestnet doesn't exist #292

moonery-dev opened this issue May 1, 2021 · 1 comment

Comments

@moonery-dev
Copy link

moonery-dev commented May 1, 2021

Deploy to Live Networks

Copy over .envrc.example to .envrc

$ cp .envrc.example .envrc

Make sure to update the enviroment variables with suitable values.

Now enable the env vars using direnv

$ direnv allow

Now deploy to a network like so:

$ yarn deploy bscTestnet
yarn version v1.22.10
warning ../../../package.json: No license field
info Current version: 3.3.8

Now using node v14.15.4 (npm v6.14.10)

Error:

No infura or hdwallet available for testnets
(node:16817) Warning: Accessing non-existent property 'VERSION' of module exports inside circular dependency
(Use node --trace-warnings ... to show where the warning was created)
Error HH100: Network bscTestnet doesn't exist

For more info go to https://hardhat.org/HH100 or run Hardhat with --show-stack-traces
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@moonery-dev and others