diff --git a/lib/exchange/trocador/trocador_exchange_provider.dart b/lib/exchange/trocador/trocador_exchange_provider.dart index 3bf52040a..457757ea7 100644 --- a/lib/exchange/trocador/trocador_exchange_provider.dart +++ b/lib/exchange/trocador/trocador_exchange_provider.dart @@ -18,13 +18,8 @@ class TrocadorExchangeProvider extends ExchangeProvider { super(pairList: _supportedPairs()); static const List _notSupported = [ - CryptoCurrency.xhv, - CryptoCurrency.dcr, - CryptoCurrency.oxt, - CryptoCurrency.pivx, CryptoCurrency.scrt, CryptoCurrency.stx, - CryptoCurrency.bttc, CryptoCurrency.zaddr, ]; @@ -268,6 +263,8 @@ class TrocadorExchangeProvider extends ExchangeProvider { switch (tag) { case 'ETH': return 'ERC20'; + case 'TRX': + return 'TRC20'; default: return tag.toLowerCase(); }