diff --git a/core/src/main/java/io/bitsquare/locale/CurrencyUtil.java b/core/src/main/java/io/bitsquare/locale/CurrencyUtil.java index 880e4256fb..b2ee97e1e9 100644 --- a/core/src/main/java/io/bitsquare/locale/CurrencyUtil.java +++ b/core/src/main/java/io/bitsquare/locale/CurrencyUtil.java @@ -73,6 +73,7 @@ public class CurrencyUtil { result.add(new CryptoCurrency("ETH", "Ethereum")); result.add(new CryptoCurrency("LTC", "Litecoin")); result.add(new CryptoCurrency("DASH", "Dash")); + result.add(new CryptoCurrency("SDC", "ShadowCash")); result.add(new CryptoCurrency("NMC", "Namecoin")); result.add(new CryptoCurrency("NBT", "NuBits")); result.add(new CryptoCurrency("FAIR", "FairCoin")); @@ -88,6 +89,7 @@ public class CurrencyUtil { result.add(new CryptoCurrency("LTC", "Litecoin")); result.add(new CryptoCurrency("NMC", "Namecoin")); result.add(new CryptoCurrency("DASH", "Dash")); + result.add(new CryptoCurrency("SDC", "ShadowCash")); result.add(new CryptoCurrency("NBT", "NuBits")); result.add(new CryptoCurrency("NSR", "NuShares")); result.add(new CryptoCurrency("PPC", "Peercoin"));