mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-17 21:22:10 +00:00
fix(common): magnum wallet is dead
https://twitter.com/Magnum_Wallet/status/1333472916588081154
This commit is contained in:
parent
4649b80b44
commit
048205b864
File diff suppressed because it is too large
Load Diff
@ -54,8 +54,7 @@
|
||||
},
|
||||
"wallet": {
|
||||
"Trezor Suite": "https://suite.trezor.io",
|
||||
"Exodus": "https://www.exodus.io",
|
||||
"Magnum": "https://magnumwallet.co"
|
||||
"Exodus": "https://www.exodus.io"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -98,8 +97,7 @@
|
||||
"Github": "https://github.com/tezos/tezos"
|
||||
},
|
||||
"wallet": {
|
||||
"SimpleStaking": "https://simplestaking.com",
|
||||
"Magnum": "https://magnumwallet.co"
|
||||
"SimpleStaking": "https://simplestaking.com"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -11,8 +11,7 @@
|
||||
},
|
||||
"bitcoin:BTC": {
|
||||
"Electrum": "https://electrum.org",
|
||||
"Exodus": "https://www.exodus.io",
|
||||
"Magnum": "https://magnumwallet.co"
|
||||
"Exodus": "https://www.exodus.io"
|
||||
},
|
||||
"bitcoin:BTCP": {
|
||||
"BTCP Electrum": "https://github.com/BTCPrivate/electrum-btcp"
|
||||
@ -22,8 +21,7 @@
|
||||
"Exodus": "https://www.exodus.io"
|
||||
},
|
||||
"bitcoin:BTX": {
|
||||
"Electrum-BTX": "https://github.com/LIMXTEC/electrum-btx",
|
||||
"Magnum": "https://magnumwallet.co"
|
||||
"Electrum-BTX": "https://github.com/LIMXTEC/electrum-btx"
|
||||
},
|
||||
"bitcoin:CPU": {
|
||||
"Electrum-CPU": "https://cpuchain.org/download-page.html"
|
||||
@ -31,8 +29,7 @@
|
||||
"bitcoin:DASH": {
|
||||
"Dash Electrum": "https://electrum.dash.org",
|
||||
"DMT": "https://github.com/Bertrand256/dash-masternode-tool",
|
||||
"Exodus": "https://www.exodus.io",
|
||||
"Magnum": "https://magnumwallet.co"
|
||||
"Exodus": "https://www.exodus.io"
|
||||
},
|
||||
"bitcoin:DCR": {
|
||||
"Exodus": "https://www.exodus.io"
|
||||
@ -41,8 +38,7 @@
|
||||
"Exodus": "https://www.exodus.io"
|
||||
},
|
||||
"bitcoin:DOGE": {
|
||||
"Exodus": "https://www.exodus.io",
|
||||
"Magnum": "https://magnumwallet.co"
|
||||
"Exodus": "https://www.exodus.io"
|
||||
},
|
||||
"bitcoin:FJC": {
|
||||
"Electrum-FJC": "http://www.fujicoin.org/downloads.php"
|
||||
@ -62,9 +58,6 @@
|
||||
"bitcoin:HATCH": {
|
||||
"HMT": "https://github.com/hatchpay/hatch-masternode-tool/"
|
||||
},
|
||||
"bitcoin:KMD": {
|
||||
"Magnum": "https://magnumwallet.co"
|
||||
},
|
||||
"bitcoin:KOTO": {
|
||||
"Electrum-KOTO": "https://electrum.kotocoin.info"
|
||||
},
|
||||
@ -90,9 +83,6 @@
|
||||
"bitcoin:POLIS": {
|
||||
"PolisPay": "https://polispay.com"
|
||||
},
|
||||
"bitcoin:PPC": {
|
||||
"Magnum": "https://magnumwallet.co"
|
||||
},
|
||||
"bitcoin:QTUM": {
|
||||
"Qtum-Electrum": "https://github.com/qtumproject/qtum-electrum"
|
||||
},
|
||||
@ -136,8 +126,7 @@
|
||||
"Znode Tool": "https://github.com/yura-pakhuchiy/znode-tool"
|
||||
},
|
||||
"bitcoin:ZEC": {
|
||||
"Exodus": "https://www.exodus.io",
|
||||
"Magnum": "https://magnumwallet.co"
|
||||
"Exodus": "https://www.exodus.io"
|
||||
},
|
||||
"bitcoin:ZCR": {
|
||||
"Electrum-ZCR": "https://github.com/zcore-coin/electrum-wallet/"
|
||||
|
@ -23,8 +23,7 @@ VERSIONS = coin_info.latest_releases()
|
||||
# automatic wallet entries
|
||||
WALLET_SUITE = {"Trezor Suite": "https://suite.trezor.io"}
|
||||
WALLET_NEM = {
|
||||
"Nano Wallet": "https://nem.io/downloads/",
|
||||
"Magnum": "https://magnumwallet.co",
|
||||
"Nano Wallet": "https://nem.io/downloads/"
|
||||
}
|
||||
WALLETS_ETH_3RDPARTY = {
|
||||
"MyEtherWallet": "https://www.myetherwallet.com",
|
||||
|
Loading…
Reference in New Issue
Block a user