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
0n is converted to a string representation, instead of handled like any non-zero bigint.
This causes that methods that send a zero bigint (such as a view function with a numerical param) fail to be called.
0n is converted to a string representation, instead of handled like any non-zero bigint.
This causes that methods that send a zero bigint (such as a view function with a numerical param) fail to be called.