hardhat-ethernal icon indicating copy to clipboard operation
hardhat-ethernal copied to clipboard

You are not logged in, please run "ethernal login".

Open hmouhtar opened this issue 1 year ago • 1 comments

Even after logging in using ethernal login, I get this error. After checking in the source code, seems that the mappings to hardhat's config are not correct.

hmouhtar avatar Jul 16 '22 21:07 hmouhtar

Can you try setting your Hardhat config like this? With env variables set up. (you can also hardcode the email/password or put it in other env variables)

module.exports = {
    ethernal: {
        email: process.env.ETHERNAL_EMAIL,
        password: process.env.ETHERNAL_PASSWORD
    }
}

antoinedc avatar Jul 17 '22 09:07 antoinedc

Feel free to reopen if you still have the issue.

antoinedc avatar Sep 13 '22 13:09 antoinedc