diff --git a/core/src/main/java/io/bitsquare/locale/CurrencyUtil.java b/core/src/main/java/io/bitsquare/locale/CurrencyUtil.java index c0eb694886..ab9973e2ea 100644 --- a/core/src/main/java/io/bitsquare/locale/CurrencyUtil.java +++ b/core/src/main/java/io/bitsquare/locale/CurrencyUtil.java @@ -115,6 +115,7 @@ public class CurrencyUtil { result.add(new CryptoCurrency("EGC", "EverGreenCoin")); result.add(new CryptoCurrency("VRC", "VeriCoin")); result.add(new CryptoCurrency("ESP", "Espers")); + result.add(new CryptoCurrency("XVG", "Verge")); // result.add(new CryptoCurrency("XMR", "Monero")); // result.add(new CryptoCurrency("BCN", "Bytecoin"));