Update mayachain_exchange.provider.dart

This commit is contained in:
GiMa-Maya 2024-11-01 15:57:06 +01:00 committed by GitHub
parent 787e9bff31
commit 3e1a94f3ba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,7 +19,9 @@ class MayaChainExchangeProvider extends ExchangeProvider {
...(CryptoCurrency.all
.where((element) => ![
CryptoCurrency.btc,
CryptoCurrency.dash,
CryptoCurrency.eth,
CryptoCurrency.pepe,
CryptoCurrency.usdc,
CryptoCurrency.usdterc20,
].contains(element))