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
The List types should have non-nullable members instead of nullable ones, this isn't allowed anymore since the AS update. During code generation, types such as uint256[] should be converted to [BigInt!]!.