mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-01 11:16:11 -04:00
Added Europecoin, DAO, Maker
This commit is contained in:
parent
0827db65ea
commit
8e18ff8f21
1 changed files with 3 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue