Ordering and duplication of plugin imports in config gives poor error messages #5059
Labels
blocked-reason:breaking-change
This is a breaking change that can only be done in a major release
status:blocked
Blocked by other issues or external reasons
Originally mentioned here: #5058
If the user adds
hardhat-verify
after@openzeppelin/hardhat-upgrades
they will get:Error HH210: Redefinition of task verify failed. Unsupported operation adding positional param definitions in an overridden task.
As plugins can import other plugins we can get situations like this.
The text was updated successfully, but these errors were encountered: