hardhat-gas-reporter icon indicating copy to clipboard operation
hardhat-gas-reporter copied to clipboard

HH201 error when using with hardhat-toolbox

Open StephanGerbeth opened this issue 1 month ago • 6 comments

Hi,

i get the following error, after required the package

require('hardhat-gas-reporter');

in my hardhat config. No additional config.

Error HH201: Could not set param output for task gas-reporter:merge because its name is already used.

It seems the legacy tasks in your index file create those problem.

Or am I doing something wrong?

Cheers

StephanGerbeth avatar May 11 '24 13:05 StephanGerbeth