eth-url-parser
eth-url-parser copied to clipboard
Use toFixed to get rid of the scientific notation.
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