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

Hardhat plugin for Ethernal

Results 6 hardhat-ethernal issues
Sort by recently updated
recently updated
newest added

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.

Any idea why I'd be getting this error in my local hardhat network when I try to synchronize artifacts of a newly created contract? Here's the relevant portions of my...

Console log: ``` npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: hardhat-project@undefined npm ERR! Found: @nomiclabs/[email protected] npm ERR! node_modules/@nomiclabs/hardhat-ethers npm...

Hi, we've notice that in the exported module you've used the wrong type. You have to set HardhatUserConfig and not HardhatConfig in order to make the parameter enabled in hardhat.config.js,...

The docs explain that hardhat deploy scripts can be extended to push newly deployed artifacts to Ethernal: ``` await hre.ethernal.push({ name: 'Greeter', address: greeter.address }); ``` However this requires tedious...

Hi, I don't know why (and maybe it's not a big problem), after running tests in hardhat (npx hardhat test) Ethernal prints a lot of verboose saying "[Ethernal] Firebase: Exceeded...