From 9f6bd97e5433513a9f652baac753c1a5c0759a22 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Fri, 26 Jul 2019 12:40:54 +0200 Subject: [PATCH] common/defs: add wallets to misc coins --- common/defs/misc/misc.json | 26 +++++++++++++++++++------- 1 file changed, 19 insertions(+), 7 deletions(-) diff --git a/common/defs/misc/misc.json b/common/defs/misc/misc.json index f5b8923fa9..1ab317b9e1 100644 --- a/common/defs/misc/misc.json +++ b/common/defs/misc/misc.json @@ -9,7 +9,9 @@ "Homepage": "https://lisk.io/", "Github": "https://github.com/LiskHQ/lisk" }, - "wallet": {}, + "wallet": { + "Liskish Wallet": "https://github.com/hirishh/liskish-wallet/releases" + }, "blockchain_link": {} }, { @@ -74,7 +76,9 @@ "Homepage": "https://ripple.com", "Github": "https://github.com/ripple/rippled" }, - "wallet": {}, + "wallet": { + "Trezor Beta": "https://beta-wallet.trezor.io/next/" + }, "blockchain_link": { "type": "ripple", "url": [ @@ -135,7 +139,9 @@ "Homepage": "https://wanchain.org", "Github": "https://github.com/wanchain/go-wanchain" }, - "wallet": {}, + "wallet": { + "Wanchain Wallet": "https://www.wanchain.org/products" + }, "blockchain_link": {} }, { @@ -149,7 +155,7 @@ "Github": "https://github.com/EOSIO/eos" }, "wallet": { - "Bloks.io": "https://bloks.io" + "Bloks.io": "https://bloks.io/wallet" }, "blockchain_link": {} }, @@ -163,7 +169,9 @@ "Homepage": "https://www.omnilayer.org", "Github": "https://github.com/OmniLayer" }, - "wallet": {}, + "wallet": { + "OMNI Trezor": "https://omnitrezor.com/" + }, "blockchain_link": {} }, { @@ -176,7 +184,9 @@ "Homepage": "https://maidsafe.net", "Github": "https://github.com/maidsafe" }, - "wallet": {}, + "wallet": { + "OMNI Trezor": "https://omnitrezor.com/" + }, "blockchain_link": {} }, { @@ -202,7 +212,9 @@ "links": { "Homepage": "https://tether.to" }, - "wallet": {}, + "wallet": { + "OMNI Trezor": "https://omnitrezor.com/" + }, "blockchain_link": {} } ]