Skip to content
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.

bug: .env.example is incorrect for hardhat example #9

Open
bajpai244 opened this issue Jul 8, 2024 · 0 comments
Open

bug: .env.example is incorrect for hardhat example #9

bajpai244 opened this issue Jul 8, 2024 · 0 comments

Comments

@bajpai244
Copy link
Contributor

bajpai244 commented Jul 8, 2024

We have a .env.example, where we are using:

NIL_WALLET_ADDR="....."

But, if we look at the config file for hardhat, it accepts WALLET_ADDR instead; hence, any running hardhat ignition will fail because of the wrong environment.

Another issue is the formatting of the .env.example file where in the first two cases, we have used ENV_NAME: VALUE format, while in the last one, we have used ENV_NAME=VALUE, we should aim for consistency!

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

No branches or pull requests

1 participant