From 8e18ff8f21c21359527524fd08ee0ae77f33b32d Mon Sep 17 00:00:00 2001 From: Manfred Karrer Date: Sun, 22 May 2016 03:02:19 +0200 Subject: [PATCH] Added Europecoin, DAO, Maker --- core/src/main/java/io/bitsquare/locale/CurrencyUtil.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core/src/main/java/io/bitsquare/locale/CurrencyUtil.java b/core/src/main/java/io/bitsquare/locale/CurrencyUtil.java index c08f2c0adc..9abc3ca573 100644 --- a/core/src/main/java/io/bitsquare/locale/CurrencyUtil.java +++ b/core/src/main/java/io/bitsquare/locale/CurrencyUtil.java @@ -117,7 +117,9 @@ public class CurrencyUtil { result.add(new CryptoCurrency("MOIN", "Moin")); result.add(new CryptoCurrency("SLR", "SolarCoin")); result.add(new CryptoCurrency("SHIFT", "Shift")); - + result.add(new CryptoCurrency("ERC", "Europecoin")); + result.add(new CryptoCurrency("MKR", "Maker")); + result.add(new CryptoCurrency("DAO", "DAO")); // For MKR we need a extra info box: // It's very important that users only use EIP-20 compliant contract wallets. // Modern mist wallets should be able to do it but there are some older mist versions that can't.