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
We currently do not always include the stateMutability property for functions in the ABI that we generated. That's a problem as it will break tooling such as hardhat which expects that information to be present.
How can it be fixed
🔪
The text was updated successfully, but these errors were encountered:
What is wrong?
We currently do not always include the
stateMutability
property for functions in the ABI that we generated. That's a problem as it will break tooling such as hardhat which expects that information to be present.How can it be fixed
🔪
The text was updated successfully, but these errors were encountered: