mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-21 15:08:12 +00:00
fix(common): fix broken nem urls
This commit is contained in:
parent
d655dbf228
commit
d48aa2637f
@ -36223,7 +36223,7 @@
|
||||
"wallet": [
|
||||
{
|
||||
"name": "Nano Wallet",
|
||||
"url": "https://nem.io/downloads/"
|
||||
"url": "https://nemplatform.com/wallets/#desktop"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -36240,7 +36240,7 @@
|
||||
"wallet": [
|
||||
{
|
||||
"name": "Nano Wallet",
|
||||
"url": "https://nem.io/downloads/"
|
||||
"url": "https://nemplatform.com/wallets/#desktop"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -36258,7 +36258,7 @@
|
||||
"wallet": [
|
||||
{
|
||||
"name": "Nano Wallet",
|
||||
"url": "https://nem.io/downloads/"
|
||||
"url": "https://nemplatform.com/wallets/#desktop"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -36275,7 +36275,7 @@
|
||||
"wallet": [
|
||||
{
|
||||
"name": "Nano Wallet",
|
||||
"url": "https://nem.io/downloads/"
|
||||
"url": "https://nemplatform.com/wallets/#desktop"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -36292,13 +36292,13 @@
|
||||
"wallet": [
|
||||
{
|
||||
"name": "Nano Wallet",
|
||||
"url": "https://nem.io/downloads/"
|
||||
"url": "https://nemplatform.com/wallets/#desktop"
|
||||
}
|
||||
]
|
||||
},
|
||||
"nem:XEM": {
|
||||
"links": {
|
||||
"Homepage": "https://nem.io"
|
||||
"Homepage": "https://nemplatform.com"
|
||||
},
|
||||
"marketcap_usd": 1255848019,
|
||||
"name": "NEM",
|
||||
@ -36309,7 +36309,7 @@
|
||||
"wallet": [
|
||||
{
|
||||
"name": "Nano Wallet",
|
||||
"url": "https://nem.io/downloads/"
|
||||
"url": "https://nemplatform.com/wallets/#desktop"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -6,7 +6,7 @@
|
||||
"mosaic": "xem",
|
||||
"divisibility": 6,
|
||||
"links": {
|
||||
"Homepage": "https://nem.io"
|
||||
"Homepage": "https://nemplatform.com"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -22,7 +22,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/"}
|
||||
WALLET_NEM = {"Nano Wallet": "https://nemplatform.com/wallets/#desktop"}
|
||||
WALLETS_ETH_3RDPARTY = {
|
||||
"MyEtherWallet": "https://www.myetherwallet.com",
|
||||
"MyCrypto": "https://mycrypto.com",
|
||||
|
Loading…
Reference in New Issue
Block a user