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/" } }