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 user gives YourContract.sol as a name for ABI this will break code generation.
In the case this happens we can sanitize the input so the generated TS is still valid. Or we can tell user not to input that as a name. If we decide to not let users input that as a name then on init we also need to sanitize the name we give from the ABI file name
The text was updated successfully, but these errors were encountered:
If a user gives
YourContract.sol
as a name for ABI this will break code generation.In the case this happens we can sanitize the input so the generated TS is still valid. Or we can tell user not to input that as a name. If we decide to not let users input that as a name then on init we also need to sanitize the name we give from the ABI file name
The text was updated successfully, but these errors were encountered: