diff --git a/cw_core/lib/crypto_currency.dart b/cw_core/lib/crypto_currency.dart index a7edd409f..f1c1cd8ae 100644 --- a/cw_core/lib/crypto_currency.dart +++ b/cw_core/lib/crypto_currency.dart @@ -10,7 +10,7 @@ class CryptoCurrency extends EnumerableItem with Serializable implemen this.fullName, this.iconPath, this.tag, - this.enabled = true, + this.enabled = false, }) : super(title: title, raw: raw);