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
parseFloat() only has ~10-12 digits of precision
but we need 18 in eth. Refer to other implementations of the BigNumber in the code base to replace all parseFloat()'s
The text was updated successfully, but these errors were encountered:
parseFloat() only has ~10-12 digits of precision
but we need 18 in eth. Refer to other implementations of the BigNumber in the code base to replace all parseFloat()'s
The text was updated successfully, but these errors were encountered: