support Solana (SOL)

This commit is contained in:
woodser 2025-08-10 16:46:00 -04:00 committed by woodser
parent 0dc67f06c4
commit b0446c637f
7 changed files with 174 additions and 0 deletions

View file

@ -202,6 +202,7 @@ public class CurrencyUtil {
result.add(new CryptoCurrency("LTC", "Litecoin"));
result.add(new CryptoCurrency("XRP", "Ripple"));
result.add(new CryptoCurrency("ADA", "Cardano"));
result.add(new CryptoCurrency("SOL", "Solana"));
result.add(new CryptoCurrency("DAI-ERC20", "Dai Stablecoin"));
result.add(new CryptoCurrency("USDT-ERC20", "Tether USD"));
result.add(new CryptoCurrency("USDT-TRC20", "Tether USD"));