eth-url-parser icon indicating copy to clipboard operation
eth-url-parser copied to clipboard

Use toFixed to get rid of the scientific notation.

Open moltam89 opened this issue 8 months ago • 0 comments

Hi @brunobar79 ,

This is a small fix to ensure that we convert the amount into a string, without the scientific notation.

Currently 1.234e21 becomes 1.234e+21. After the fix it will be 1234000000000000000000.

Cheers, Tamas

moltam89 avatar Jun 11 '24 15:06 moltam89