mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-03-22 15:19:11 +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 exchangeName = "Majestic Bank";
|
||||||
|
|
||||||
static const kMajesticBankCurrencyNames = {
|
static const kMajesticBankCurrencyNames = {
|
||||||
|
"BCH": "Bitcoin Cash",
|
||||||
"BTC": "Bitcoin",
|
"BTC": "Bitcoin",
|
||||||
|
"DOGE": "Dogecoin",
|
||||||
|
"EPIC": "Epic Cash",
|
||||||
"FIRO": "Firo",
|
"FIRO": "Firo",
|
||||||
"LTC": "Litecoin",
|
"LTC": "Litecoin",
|
||||||
|
"NMC": "Namecoin",
|
||||||
|
"PART": "Particl",
|
||||||
"WOW": "Wownero",
|
"WOW": "Wownero",
|
||||||
"XMR": "Monero",
|
"XMR": "Monero",
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue