You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a contract gets moved, renamed, deleted, or refactored, the hardhat cache can still contain the ABI information and then the plugin starts to see duplicate identifiers.
Need to investigate if there's a way to see if an ABI is stale.
Ran into this during 0xPARC hack week.
The text was updated successfully, but these errors were encountered:
If a contract gets moved, renamed, deleted, or refactored, the hardhat cache can still contain the ABI information and then the plugin starts to see duplicate identifiers.
Need to investigate if there's a way to see if an ABI is stale.
Ran into this during 0xPARC hack week.
The text was updated successfully, but these errors were encountered: