mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-09 23:22:16 -04:00
Added Steem
This commit is contained in:
parent
55026f43bd
commit
95c072cff3
1 changed files with 3 additions and 1 deletions
|
@ -121,7 +121,8 @@ public class CurrencyUtil {
|
||||||
result.add(new CryptoCurrency("MKR", "Maker"));
|
result.add(new CryptoCurrency("MKR", "Maker"));
|
||||||
result.add(new CryptoCurrency("DAO", "DAO"));
|
result.add(new CryptoCurrency("DAO", "DAO"));
|
||||||
result.add(new CryptoCurrency("POST", "PostCoin"));
|
result.add(new CryptoCurrency("POST", "PostCoin"));
|
||||||
|
result.add(new CryptoCurrency("STEEM", "STEEM"));
|
||||||
|
|
||||||
// For MKR we need a extra info box:
|
// For MKR we need a extra info box:
|
||||||
// It's very important that users only use EIP-20 compliant contract wallets.
|
// 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.
|
// Modern mist wallets should be able to do it but there are some older mist versions that can't.
|
||||||
|
@ -144,6 +145,7 @@ public class CurrencyUtil {
|
||||||
result.add(new CryptoCurrency("FAIR", "FairCoin"));
|
result.add(new CryptoCurrency("FAIR", "FairCoin"));
|
||||||
result.add(new CryptoCurrency("DOGE", "Dogecoin"));
|
result.add(new CryptoCurrency("DOGE", "Dogecoin"));
|
||||||
result.add(new CryptoCurrency("NXT", "Nxt"));
|
result.add(new CryptoCurrency("NXT", "Nxt"));
|
||||||
|
result.add(new CryptoCurrency("STEEM", "STEEM"));
|
||||||
result.add(new CryptoCurrency("BTS", "BitShares"));
|
result.add(new CryptoCurrency("BTS", "BitShares"));
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue