update crypto currencies order

OmarHatem committed Jul 31, 2025 at 17:37 UTC d44d527f5500149ac111b4898242994b53a16fdf
1 file changed +14 -14
cw_core/lib/crypto_currency.dart
+14 -14
@@ -27,21 +27,25 @@ class CryptoCurrency extends EnumerableItem<int> with Serializable<int> implemen
27
28 static const all = [
29 CryptoCurrency.xmr,
30 - CryptoCurrency.ada,
30 + CryptoCurrency.btc,
31 + CryptoCurrency.eth,
32 + CryptoCurrency.ltc,
33 + CryptoCurrency.doge,
34 + CryptoCurrency.usdterc20,
35 + CryptoCurrency.usdtbsc,
36 + CryptoCurrency.usdttrc20,
37 + CryptoCurrency.usdc,
38 + CryptoCurrency.deuro,
39 + CryptoCurrency.maticpoly,
40 + CryptoCurrency.sol,
41 + CryptoCurrency.trx,
42 CryptoCurrency.bch,
43 + CryptoCurrency.ada,
44 CryptoCurrency.bnb,
33 - CryptoCurrency.btc,
45 CryptoCurrency.dai,
46 CryptoCurrency.dash,
47 CryptoCurrency.eos,
37 - CryptoCurrency.eth,
38 - CryptoCurrency.ltc,
48 CryptoCurrency.nano,
40 - CryptoCurrency.trx,
41 - CryptoCurrency.usdt,
42 - CryptoCurrency.usdterc20,
43 - CryptoCurrency.sol,
44 - CryptoCurrency.maticpoly,
49 CryptoCurrency.xlm,
50 CryptoCurrency.xrp,
51 CryptoCurrency.xhv,
@@ -49,12 +53,10 @@ class CryptoCurrency extends EnumerableItem<int> with Serializable<int> implemen
53 CryptoCurrency.avaxc,
54 CryptoCurrency.btt,
55 CryptoCurrency.bttc,
52 - CryptoCurrency.doge,
56 CryptoCurrency.firo,
54 - CryptoCurrency.usdttrc20,
57 + CryptoCurrency.usdt,
58 CryptoCurrency.hbar,
59 CryptoCurrency.sc,
57 - CryptoCurrency.usdc,
60 CryptoCurrency.usdcsol,
61 CryptoCurrency.zaddr,
62 CryptoCurrency.zec,
@@ -111,8 +113,6 @@ class CryptoCurrency extends EnumerableItem<int> with Serializable<int> implemen
113 CryptoCurrency.zano,
114 CryptoCurrency.ton,
115 CryptoCurrency.flip,
114 - CryptoCurrency.deuro,
115 - CryptoCurrency.usdtbsc,
116 CryptoCurrency.ndeps,
117 CryptoCurrency.deps,
118 ];