mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-06-06 22:29:10 -04:00
Add Espers
This commit is contained in:
parent
abdaf613e4
commit
4ea16e840b
1 changed files with 1 additions and 0 deletions
|
@ -114,6 +114,7 @@ public class CurrencyUtil {
|
|||
result.add(new CryptoCurrency("CLOAK", "CloakCoin"));
|
||||
result.add(new CryptoCurrency("EGC", "EverGreenCoin"));
|
||||
result.add(new CryptoCurrency("VRC", "VeriCoin"));
|
||||
result.add(new CryptoCurrency("ESP", "Espers"));
|
||||
|
||||
// result.add(new CryptoCurrency("XMR", "Monero"));
|
||||
// result.add(new CryptoCurrency("BCN", "Bytecoin"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue