Antoine

Results 24 comments of Antoine

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) ```javascript module.exports =...

Feel free to reopen if you still have the issue.

@olivmath, I think he meant a way of pushing multiple contracts at once and through the CLI :)

Because of how Hardhat plugins work, Ethernal has to use the ethers version that is included in hardhat-deploy-ethers. The "beta" version is the version of hardhat-deploy-ethers, which uses and exports...

> > Console log: > > ``` > > npm ERR! code ERESOLVE > > npm ERR! ERESOLVE unable to resolve dependency tree > > npm ERR! > > npm...

Hi, Yes, at the moment, you have to use the --force flag to install it unfortunately.

Not yet, last time I checked, this issue was still coming from a conflict due to how Hardhat handles plugins. My assumption was that using the --force flag shouldn't be...

I'll take a look at those versions. I see. And have you tried using yarn instead of npm? I think it works without the force flag

Mmmh that actually didn't work for me when using HardhatUserConfig, only HardhatConfig. I thought you said it was working in the other thread though? I'll take a look to see...