dashed-slug.net › Forums › Exchange extension support › Distinguishing between fiat/crypto coins in the frontend UI › Reply To: Distinguishing between fiat/crypto coins in the frontend UI
I tested with a USDT_LTC
market. It shows up correctly under the CRYPTO_*
tab, since USDT is crypto. Note that only markets with a crypto base currency will show up under CRYPTO_*
.
What do you see when you type this into your browser console?
wp.wallets.viewModels.walletsExchange.coins()['USDT'].is_crypto
This should return true
. If the result is false, then check again your Exchange rate providers. I am using Coingecko, which reports USDT correctly as a crypto coin. Also, click once on the “Clear/refresh data now” in the Exchange rates admin page and check again.