feat: extend default token order (BTC, ETH, BNB, AVAX, LINK, UNI, TAO)

Extends the existing HEZ/PEZ/USDT/DOT/KSM/USDC priority list with
seven more major tokens, keeping the same alphabetical fallback for
everything else.
This commit is contained in:
2026-07-07 11:00:16 -07:00
parent 30a86418df
commit 99ed9486fe
@@ -10,7 +10,14 @@ val TokenSymbol.mainTokensFirstAscendingOrder
"DOT" -> 3
"KSM" -> 4
"USDC" -> 5
else -> 6
"BTC" -> 6
"ETH" -> 7
"BNB" -> 8
"AVAX" -> 9
"LINK" -> 10
"UNI" -> 11
"TAO" -> 12
else -> 13
}
val TokenSymbol.alphabeticalOrder