mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-23 03:49:22 +00:00
added bch to MB map as well as some other wallet coins preemptively
This commit is contained in:
parent
fd0400e7f7
commit
3f80c17777
1 changed files with 5 additions and 0 deletions
|
@ -22,9 +22,14 @@ class MajesticBankExchange extends Exchange {
|
|||
static const exchangeName = "Majestic Bank";
|
||||
|
||||
static const kMajesticBankCurrencyNames = {
|
||||
"BCH": "Bitcoin Cash",
|
||||
"BTC": "Bitcoin",
|
||||
"DOGE": "Dogecoin",
|
||||
"EPIC": "Epic Cash",
|
||||
"FIRO": "Firo",
|
||||
"LTC": "Litecoin",
|
||||
"NMC": "Namecoin",
|
||||
"PART": "Particl",
|
||||
"WOW": "Wownero",
|
||||
"XMR": "Monero",
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue