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
{{ message }}
This repository was archived by the owner on Nov 5, 2024. It is now read-only.
when deploying contracts which have init params with deployContract or deployContractByName
it will throws Error: Type Error: type is not a string if the params are multiple-line like this:
init(
a: Int,
b: Int
)
but it still works with single-line params like this: