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,6 +121,7 @@ public class CurrencyUtil {
|
|||
result.add(new CryptoCurrency("MKR", "Maker"));
|
||||
result.add(new CryptoCurrency("DAO", "DAO"));
|
||||
result.add(new CryptoCurrency("POST", "PostCoin"));
|
||||
result.add(new CryptoCurrency("STEEM", "STEEM"));
|
||||
|
||||
// For MKR we need a extra info box:
|
||||
// It's very important that users only use EIP-20 compliant contract wallets.
|
||||
|
@ -144,6 +145,7 @@ public class CurrencyUtil {
|
|||
result.add(new CryptoCurrency("FAIR", "FairCoin"));
|
||||
result.add(new CryptoCurrency("DOGE", "Dogecoin"));
|
||||
result.add(new CryptoCurrency("NXT", "Nxt"));
|
||||
result.add(new CryptoCurrency("STEEM", "STEEM"));
|
||||
result.add(new CryptoCurrency("BTS", "BitShares"));
|
||||
return result;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue