Added new altcoins: Syndicate, HunCoin, Unobtanium, Digibyte

This commit is contained in:
Manfred Karrer 2016-08-19 13:38:30 +02:00
parent 76d8bb467d
commit 809041b0bf

View File

@ -141,10 +141,14 @@ public class CurrencyUtil {
result.add(new CryptoCurrency("USDT", "USD Tether"));
result.add(new CryptoCurrency("EURT", "EUR Tether"));
result.add(new CryptoCurrency("JPYT", "JPY Tether"));
result.add(new CryptoCurrency("SYNX", "Syndicate"));
result.add(new CryptoCurrency("WDC", "Worldcoin"));
result.add(new CryptoCurrency("DAO", "DAO", true));
result.add(new CryptoCurrency("CMT", "Comet"));
result.add(new CryptoCurrency("SYNQ", "BitSYNQ"));
result.add(new CryptoCurrency("HNC", "HunCoin"));
result.add(new CryptoCurrency("UNO", "Unobtanium"));
result.add(new CryptoCurrency("DGB", "Digibyte"));
return result;
}