Skip to content

Commit

Permalink
Add ETHC
Browse files Browse the repository at this point in the history
  • Loading branch information
ManfredKarrer committed Jul 16, 2016
1 parent 604c8cf commit 1490102
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/src/main/java/io/bitsquare/locale/CurrencyUtil.java
Expand Up @@ -75,6 +75,7 @@ public static List<CryptoCurrency> createAllSortedCryptoCurrenciesList() {
result.add(new CryptoCurrency("XMR", "Monero"));
result.add(new CryptoCurrency("SC", "Siacoin"));
result.add(new CryptoCurrency("ETH", "Ether"));
result.add(new CryptoCurrency("ETHC", "EtherClassic"));
result.add(new CryptoCurrency("LTC", "Litecoin"));
result.add(new CryptoCurrency("DASH", "Dash"));
result.add(new CryptoCurrency("NMC", "Namecoin"));
Expand Down Expand Up @@ -138,6 +139,7 @@ public static List<CryptoCurrency> getMainCryptoCurrencies() {
result.add(new CryptoCurrency("XMR", "Monero"));
result.add(new CryptoCurrency("SC", "Siacoin"));
result.add(new CryptoCurrency("ETH", "Ether"));
result.add(new CryptoCurrency("ETHC", "EtherClassic"));
result.add(new CryptoCurrency("LTC", "Litecoin"));
result.add(new CryptoCurrency("DASH", "Dash"));
result.add(new CryptoCurrency("NMC", "Namecoin"));
Expand Down

0 comments on commit 1490102

Please sign in to comment.