From d48aa2637f49fac2dd8ec4852f25720ac9b8cf7f Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Wed, 2 Mar 2022 13:14:16 +0100 Subject: [PATCH] fix(common): fix broken nem urls --- common/defs/coins_details.json | 14 +++++++------- common/defs/nem/nem_mosaics.json | 2 +- common/tools/coins_details.py | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/common/defs/coins_details.json b/common/defs/coins_details.json index aa3b0dbcc..8451bc390 100644 --- a/common/defs/coins_details.json +++ b/common/defs/coins_details.json @@ -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" } ] } diff --git a/common/defs/nem/nem_mosaics.json b/common/defs/nem/nem_mosaics.json index d8fa3a4fb..65d8884f2 100644 --- a/common/defs/nem/nem_mosaics.json +++ b/common/defs/nem/nem_mosaics.json @@ -6,7 +6,7 @@ "mosaic": "xem", "divisibility": 6, "links": { - "Homepage": "https://nem.io" + "Homepage": "https://nemplatform.com" } }, { diff --git a/common/tools/coins_details.py b/common/tools/coins_details.py index f317359a4..806e99b09 100755 --- a/common/tools/coins_details.py +++ b/common/tools/coins_details.py @@ -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",