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
Currently, in stringify code uses String() for translation.
BigNumber has an alternative conversion method bigNumber.toFixed(), which always returns a number without an exponent. Would be cool to have an option for that.
Could propose PR for that it you okay with idea.
The text was updated successfully, but these errors were encountered:
Currently, in
stringify
code usesString()
for translation.BigNumber
has an alternative conversion methodbigNumber.toFixed()
, which always returns a number without an exponent. Would be cool to have an option for that.Could propose PR for that it you okay with idea.
The text was updated successfully, but these errors were encountered: