Temporarily remove ZZEC and TZEC
M committed
Jul 14, 2022 at 20:19 UTC
8fec3272cf3d7f9d6a36e431580aacda636331d8
1 file changed
+2
-2
cw_core/lib/crypto_currency.dart
+2
-2
@@ -29,8 +29,8 @@ class CryptoCurrency extends EnumerableItem<int> with Serializable<int> {
29
CryptoCurrency.xlm,
30
CryptoCurrency.xrp,
31
CryptoCurrency.xhv,
32
- CryptoCurrency.zaddr,
33
- CryptoCurrency.zec
32
+ //CryptoCurrency.zaddr,
33
+ //CryptoCurrency.zec
34
];
35
static const xmr = CryptoCurrency(title: 'XMR', iconPath: 'assets/images/monero_icon.png', name: 'Monero', raw: 0);
36
static const ada = CryptoCurrency(title: 'ADA', iconPath: 'assets/images/ada_icon.png', name: 'Cardano', raw: 1);