mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 07:07:43 +01:00
Added Smileycoin, RealEst. Coin
This commit is contained in:
parent
2d1d3251c3
commit
c58ec43e46
1 changed files with 2 additions and 0 deletions
|
@ -160,6 +160,7 @@ public class CurrencyUtil {
|
|||
result.add(new CryptoCurrency("POT", "PotCoin"));
|
||||
result.add(new CryptoCurrency("XPM", "Primecoin"));
|
||||
result.add(new CryptoCurrency("RADS", "Radium"));
|
||||
result.add(new CryptoCurrency("REALEST", "RealEst. Coin"));
|
||||
result.add(new CryptoCurrency("RDD", "ReddCoin"));
|
||||
result.add(new CryptoCurrency("XRP", "Ripple"));
|
||||
result.add(new CryptoCurrency("STEEM", "STEEM"));
|
||||
|
@ -168,6 +169,7 @@ public class CurrencyUtil {
|
|||
result.add(new CryptoCurrency("SC", "Siacoin"));
|
||||
result.add(new CryptoCurrency("SF", "Siafund"));
|
||||
result.add(new CryptoCurrency("SIB", "Sibcoin"));
|
||||
result.add(new CryptoCurrency("SMLY", "Smileycoin"));
|
||||
result.add(new CryptoCurrency("SLR", "SolarCoin"));
|
||||
result.add(new CryptoCurrency("STEEMUSD", "Steem Dollars", true));
|
||||
result.add(new CryptoCurrency("XLM", "Stellar Lumens"));
|
||||
|
|
Loading…
Add table
Reference in a new issue