mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 15:10:44 +01:00
Added Lumen and Emercoin
This commit is contained in:
parent
46c1d35b20
commit
f8ba284358
1 changed files with 2 additions and 0 deletions
|
@ -108,6 +108,7 @@ public class CurrencyUtil {
|
|||
result.add(new CryptoCurrency("DRS", "Digital Rupees"));
|
||||
result.add(new CryptoCurrency("DGD", "DigixDAO Tokens", true));
|
||||
result.add(new CryptoCurrency("DOGE", "Dogecoin"));
|
||||
result.add(new CryptoCurrency("EMC", "Emercoin"));
|
||||
result.add(new CryptoCurrency("EURT", "EUR Tether"));
|
||||
result.add(new CryptoCurrency("ESP", "Espers"));
|
||||
result.add(new CryptoCurrency("ENT", "Eternity"));
|
||||
|
@ -129,6 +130,7 @@ public class CurrencyUtil {
|
|||
result.add(new CryptoCurrency("LBC", "LBRY Credits"));
|
||||
result.add(new CryptoCurrency("LSK", "Lisk"));
|
||||
result.add(new CryptoCurrency("LTC", "Litecoin"));
|
||||
result.add(new CryptoCurrency("STR", "Lumen"));
|
||||
result.add(new CryptoCurrency("MAID", "MaidSafeCoin"));
|
||||
result.add(new CryptoCurrency("MKR", "Maker", true));
|
||||
result.add(new CryptoCurrency("MXT", "MarteXcoin"));
|
||||
|
|
Loading…
Add table
Reference in a new issue