From aa5fbca84cf680debba72b4a4e9452f791dee81e Mon Sep 17 00:00:00 2001 From: Yura Pakhuchiy Date: Thu, 28 Jun 2018 16:22:22 +0700 Subject: [PATCH] Add Zcoin wallets to coin_details.json (#150) --- defs/coins_details.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/defs/coins_details.json b/defs/coins_details.json index 606e60b5d0..4b57d5b864 100644 --- a/defs/coins_details.json +++ b/defs/coins_details.json @@ -574,7 +574,11 @@ "shortcut": "XZC", "t1_enabled": "yes", "t2_enabled": "yes", - "type": "coin" + "type": "coin", + "wallet": { + "Electrum-XZC": "https://github.com/zcoinofficial/electrum-xzc", + "Znode Tool": "https://github.com/yura-pakhuchiy/znode-tool" + } }, "coin:ZEC": { "links": { @@ -12769,4 +12773,4 @@ "updated_at": 1529951560, "updated_at_readable": "Mon Jun 25 20:32:40 2018" } -} \ No newline at end of file +}