You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
In the bestorders table, most coins are only listed once.
In the case of coins like BTC which also have a BTC-BEP variant, both are listed as "BTC", and user can't tell if it is BEP20 or not until clicking on the line and checking the form.
To Reproduce
Steps to reproduce the behavior:
Go to DEX page
Look at bestorders
See 2 BTC entries
Click on entries to see if BEP20 or not.
Expected behavior
BTC-BEP20 is listed as such in the bestorders table (and same for others like ETH-BEP20 etc)
Screenshots
The text was updated successfully, but these errors were encountered:
BTC, BTC-segwit - for segwit option it's fine to show only ticker since it's possible to match segwit order with legacy balance and vice versa and also BTC and BTC-segwit got the same orderbook
For tokens (BEP20, ERC20, ...) there is a separate orderbook and you can't match BTC-BEP20 order with BTC balance so indication is needed
Describe the bug
In the bestorders table, most coins are only listed once.
In the case of coins like BTC which also have a BTC-BEP variant, both are listed as "BTC", and user can't tell if it is BEP20 or not until clicking on the line and checking the form.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
BTC-BEP20 is listed as such in the bestorders table (and same for others like ETH-BEP20 etc)
Screenshots
The text was updated successfully, but these errors were encountered: