diff --git a/core/src/main/java/io/bitsquare/locale/CurrencyUtil.java b/core/src/main/java/io/bitsquare/locale/CurrencyUtil.java index 73a7ce8eb9..880e4256fb 100644 --- a/core/src/main/java/io/bitsquare/locale/CurrencyUtil.java +++ b/core/src/main/java/io/bitsquare/locale/CurrencyUtil.java @@ -72,9 +72,10 @@ public class CurrencyUtil { final List result = new ArrayList<>(); result.add(new CryptoCurrency("ETH", "Ethereum")); result.add(new CryptoCurrency("LTC", "Litecoin")); - result.add(new CryptoCurrency("NMC", "Namecoin")); result.add(new CryptoCurrency("DASH", "Dash")); + result.add(new CryptoCurrency("NMC", "Namecoin")); result.add(new CryptoCurrency("NBT", "NuBits")); + result.add(new CryptoCurrency("FAIR", "FairCoin")); result.add(new CryptoCurrency("DOGE", "Dogecoin")); result.add(new CryptoCurrency("NXT", "Nxt")); result.add(new CryptoCurrency("BTS", "BitShares"));