You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.
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!
The text was updated successfully, but these errors were encountered:
We have a
.env.example
, where we are using: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 usedENV_NAME: VALUE
format, while in the last one, we have usedENV_NAME=VALUE
, we should aim for consistency!The text was updated successfully, but these errors were encountered: