ggxchain / dex-ui

1 stars 0 forks source link

Formatting numbers #46

Closed AuroraLantean closed 4 months ago

AuroraLantean commented 5 months ago

fix input amount checking with count_decimals() set output balances to 8dp, format prices according to Binance decimal rule

AuroraLantean commented 5 months ago

The design pattern is here: https://github.com/orgs/ggxchain/projects/6/views/1?pane=issue&itemId=60060225

Actually there are still a few usages of toFixed(3) ... but without enough data it is hard for me to test and see...