Uniswap / examples

107 stars 141 forks source link

fix: toReadableAmount Slicing cuts after first 4 characters #71

Open Rachel-Eichenberger opened 4 months ago

Rachel-Eichenberger commented 4 months ago

The Quoting example formats the output readable amount with a bad slice.

Modified to send fixed amount decimals.

React_App