fix(common): fix broken nem urls

pull/2150/head
Pavol Rusnak 2 years ago
parent d655dbf228
commit d48aa2637f
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

@ -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…
Cancel
Save