From c9df68ca06794f660e12a9b51c5d6e74137bb327 Mon Sep 17 00:00:00 2001 From: OleksandrSobol Date: Fri, 23 Apr 2021 18:12:43 +0300 Subject: [PATCH] CAKE-315 | removed nano from list of crypto currencies in the crypto_currency.dart --- lib/entities/crypto_currency.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/entities/crypto_currency.dart b/lib/entities/crypto_currency.dart index d5f23a0fa..0f28288ed 100644 --- a/lib/entities/crypto_currency.dart +++ b/lib/entities/crypto_currency.dart @@ -19,7 +19,6 @@ class CryptoCurrency extends EnumerableItem with Serializable { CryptoCurrency.eos, CryptoCurrency.eth, CryptoCurrency.ltc, - CryptoCurrency.nano, CryptoCurrency.trx, CryptoCurrency.usdt, CryptoCurrency.usdterc20,