From 6da3180f1db1cd99e3f95cda683a41fb7eaa2c4d Mon Sep 17 00:00:00 2001 From: y-chan <34832037+y-chan@users.noreply.github.com> Date: Mon, 8 Jul 2019 02:44:56 -0700 Subject: [PATCH] common/defs: add electrum wallets (#310) --- common/defs/wallets.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/common/defs/wallets.json b/common/defs/wallets.json index 9a2e22637..e06007ae0 100644 --- a/common/defs/wallets.json +++ b/common/defs/wallets.json @@ -5,6 +5,9 @@ "bitcoin:BCH": { "Electron Cash": "https://electroncash.org" }, + "bitcoin:BELL": { + "Electrum-BELL": "https://bell.electrum-jp.net" + }, "bitcoin:BTC": { "Electrum": "https://electrum.org" }, @@ -50,6 +53,9 @@ "bitcoin:VIA": { "Vialectrum": "https://vialectrum.org" }, + "bitcoin:VIPS": { + "Electrum-VIPS": "https://electrum-vips.info" + }, "bitcoin:XZC": { "Electrum-XZC": "https://github.com/zcoinofficial/electrum-xzc", "Znode Tool": "https://github.com/yura-pakhuchiy/znode-tool"