mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-12-15 07:52:58 -05:00
Added Verge
This commit is contained in:
parent
280574638f
commit
73131e0c18
1 changed files with 1 additions and 0 deletions
|
|
@ -115,6 +115,7 @@ public class CurrencyUtil {
|
||||||
result.add(new CryptoCurrency("EGC", "EverGreenCoin"));
|
result.add(new CryptoCurrency("EGC", "EverGreenCoin"));
|
||||||
result.add(new CryptoCurrency("VRC", "VeriCoin"));
|
result.add(new CryptoCurrency("VRC", "VeriCoin"));
|
||||||
result.add(new CryptoCurrency("ESP", "Espers"));
|
result.add(new CryptoCurrency("ESP", "Espers"));
|
||||||
|
result.add(new CryptoCurrency("XVG", "Verge"));
|
||||||
|
|
||||||
// result.add(new CryptoCurrency("XMR", "Monero"));
|
// result.add(new CryptoCurrency("XMR", "Monero"));
|
||||||
// result.add(new CryptoCurrency("BCN", "Bytecoin"));
|
// result.add(new CryptoCurrency("BCN", "Bytecoin"));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue