-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HH201 error when using with hardhat-toolbox #229
Comments
@StephanGerbeth Could you provide additional details:
|
@cgewecke i use hardhat@2.22.3 and this is my hardhat.config.cjs
i don't actively run the merge task. |
@StephanGerbeth I think the problem is that Would it be possible to see if things work without the toolbox? The complete list of plugins it comes with is at the link below, https://hardhat.org/hardhat-runner/plugins/nomicfoundation-hardhat-toolbox |
Another option would be to coerce the version of hardhat-gas-reporter used by the toolbox to the latest version using something like yarn resolutions and let the toolbox load the plugin itself. |
@cgewecke thanks for the fast response. I use npm so I have to make an override
And it works perfectly. Thanks :) |
@StephanGerbeth Oh good, Am going to reopen this issue for visibility so people can see your workaround. The error message is very confusing and I suspect other people will run into this until the toolbox upgrades. |
Hi,
i get the following error, after required the package
in my hardhat config. No additional config.
It seems the legacy tasks in your index file create those problem.
Or am I doing something wrong?
Cheers
The text was updated successfully, but these errors were encountered: