mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-09 20:39:35 +00:00
Update mayachain_exchange.provider.dart
This commit is contained in:
parent
787e9bff31
commit
3e1a94f3ba
1 changed files with 2 additions and 0 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue