CAKE-315 | removed nano from list of crypto currencies in the crypto_currency.dart
OleksandrSobol committed
Apr 23, 2021 at 18:12 UTC
c9df68ca06794f660e12a9b51c5d6e74137bb327
1 file changed
-1
lib/entities/crypto_currency.dart
-1
@@ -19,7 +19,6 @@ class CryptoCurrency extends EnumerableItem<int> with Serializable<int> {
19
CryptoCurrency.eos,
20
CryptoCurrency.eth,
21
CryptoCurrency.ltc,
22
- CryptoCurrency.nano,
22
CryptoCurrency.trx,
23
CryptoCurrency.usdt,
24
CryptoCurrency.usdterc20,