mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-09-19 12:34:46 -04:00
Added Monero support
This commit is contained in:
parent
a677187fe1
commit
bb0f9ddedf
2 changed files with 24 additions and 3 deletions
|
@ -76,6 +76,7 @@ public class CurrencyUtil {
|
|||
result.add(new CryptoCurrency("DAO", "DAO"));
|
||||
result.add(new CryptoCurrency("LTC", "Litecoin"));
|
||||
result.add(new CryptoCurrency("NMC", "Namecoin"));
|
||||
result.add(new CryptoCurrency("XMR", "Monero"));
|
||||
result.add(new CryptoCurrency("DASH", "Dash"));
|
||||
result.add(new CryptoCurrency("SDC", "ShadowCash"));
|
||||
result.add(new CryptoCurrency("NBT", "NuBits"));
|
||||
|
@ -122,9 +123,6 @@ public class CurrencyUtil {
|
|||
result.add(new CryptoCurrency("SHIFT", "Shift"));
|
||||
result.add(new CryptoCurrency("ERC", "Europecoin"));
|
||||
result.add(new CryptoCurrency("POST", "PostCoin"));
|
||||
|
||||
// result.add(new CryptoCurrency("XMR", "Monero"));
|
||||
// result.add(new CryptoCurrency("BCN", "Bytecoin"));
|
||||
return result;
|
||||
}
|
||||
|
||||
|
@ -133,6 +131,7 @@ public class CurrencyUtil {
|
|||
result.add(new CryptoCurrency("ETH", "Ether"));
|
||||
result.add(new CryptoCurrency("DAO", "DAO"));
|
||||
result.add(new CryptoCurrency("LTC", "Litecoin"));
|
||||
result.add(new CryptoCurrency("XMR", "Monero"));
|
||||
result.add(new CryptoCurrency("DASH", "Dash"));
|
||||
result.add(new CryptoCurrency("SDC", "ShadowCash"));
|
||||
result.add(new CryptoCurrency("NMC", "Namecoin"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue