From 8dd7ad3c3e9de936e6b37f7e1f6b120f54df7cd6 Mon Sep 17 00:00:00 2001 From: matejcik Date: Mon, 23 Aug 2021 12:55:35 +0200 Subject: [PATCH] fix(common): remove Wanchain from misc (it is now eth:WAN) --- common/defs/misc/misc.json | 14 -------------- common/defs/wallets.json | 3 +++ 2 files changed, 3 insertions(+), 14 deletions(-) diff --git a/common/defs/misc/misc.json b/common/defs/misc/misc.json index 3951ca34e..1e35f84e6 100644 --- a/common/defs/misc/misc.json +++ b/common/defs/misc/misc.json @@ -112,20 +112,6 @@ }, "wallet": {} }, - { - "name": "Wanchain", - "shortcut": "WAN", - "slip44": 5718350, - "curve": "secp256k1", - "decimals": 18, - "links": { - "Homepage": "https://wanchain.org", - "Github": "https://github.com/wanchain/go-wanchain" - }, - "wallet": { - "Wanchain Wallet": "https://www.wanchain.org/getstarted/" - } - }, { "name": "EOS", "shortcut": "EOS", diff --git a/common/defs/wallets.json b/common/defs/wallets.json index 4b1f3747a..a40679024 100644 --- a/common/defs/wallets.json +++ b/common/defs/wallets.json @@ -127,5 +127,8 @@ }, "bitcoin:ZCR": { "Electrum-ZCR": "https://github.com/zcore-coin/electrum-wallet/" + }, + "eth:WAN": { + "Wanchain Wallet": "https://www.wanchain.org/getstarted/" } }