Closed jordaniza closed 2 years ago
Multiple BigNumber libraries are in place on the website.
BigNumber.js will convert numbers of a certain length to strings with scientific notation:
'1030356934929320413041020120' => '1.03e21'
This creates an error when ethers attempts to parse the string.
Multiple BigNumber libraries are in place on the website.
BigNumber.js will convert numbers of a certain length to strings with scientific notation:
'1030356934929320413041020120' => '1.03e21'
This creates an error when ethers attempts to parse the string.