mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-11-30 08:26:41 -05:00
support Solana (SOL)
This commit is contained in:
parent
0dc67f06c4
commit
b0446c637f
7 changed files with 174 additions and 0 deletions
|
|
@ -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"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue