mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-11 05:04:35 +00:00
add firo to majestic bank hard coded map
This commit is contained in:
parent
be300d9027
commit
9ae95b3591
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ class MajesticBankExchange extends Exchange {
|
||||||
|
|
||||||
static const kMajesticBankCurrencyNames = {
|
static const kMajesticBankCurrencyNames = {
|
||||||
"BTC": "Bitcoin",
|
"BTC": "Bitcoin",
|
||||||
|
"FIRO": "Firo",
|
||||||
"LTC": "Litecoin",
|
"LTC": "Litecoin",
|
||||||
"WOW": "Wownero",
|
"WOW": "Wownero",
|
||||||
"XMR": "Monero",
|
"XMR": "Monero",
|
||||||
|
|
Loading…
Reference in a new issue