From 5deee2ed00e982f8a71275dac4cedb246016b94f Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Tue, 5 Oct 2021 12:21:51 +0200 Subject: [PATCH] feat(common): update XDC wallet --- common/defs/coins_details.json | 8 ++------ common/defs/coins_details.override.json | 7 +++++++ 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/common/defs/coins_details.json b/common/defs/coins_details.json index a682a36e2..5eae528b8 100644 --- a/common/defs/coins_details.json +++ b/common/defs/coins_details.json @@ -34747,12 +34747,8 @@ "type": "coin", "wallet": [ { - "name": "MyCrypto", - "url": "https://mycrypto.com" - }, - { - "name": "MyEtherWallet", - "url": "https://www.myetherwallet.com" + "name": "XDC Wallet", + "url": "https://wallet.xinfin.network" } ] }, diff --git a/common/defs/coins_details.override.json b/common/defs/coins_details.override.json index d5896891b..71002f622 100644 --- a/common/defs/coins_details.override.json +++ b/common/defs/coins_details.override.json @@ -27,6 +27,13 @@ "ignore_cmc_rank": true, "reason": "this exists as misc:EOS and the eth: entry is probably a mistake" }, + "eth:XDC": { + "wallet": { + "MyCrypto": null, + "MyEtherWallet": null, + "XDC Wallet": "https://wallet.xinfin.network" + } + }, "misc:LSK": { "hidden": true, "ignore_cmc_rank": true,