From 21c540429937a2ae5a5a9575a2022da6167a81ee Mon Sep 17 00:00:00 2001 From: mattt21 Date: Wed, 6 Feb 2019 16:42:20 -0600 Subject: [PATCH] defs: update NIX (#268) --- defs/bitcoin/nix.json | 6 +++--- defs/coins_details.json | 2 +- defs/wallets.json | 4 ++++ 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/defs/bitcoin/nix.json b/defs/bitcoin/nix.json index e094ab2c16..81baabfe79 100644 --- a/defs/bitcoin/nix.json +++ b/defs/bitcoin/nix.json @@ -1,7 +1,7 @@ { - "coin_name": "Nix", + "coin_name": "NIX", "coin_shortcut": "NIX", - "coin_label": "Nix", + "coin_label": "NIX", "website": "https://nixplatform.io", "github": "https://github.com/nixplatform/nixcore", "maintainer": "mattt21 ", @@ -32,7 +32,7 @@ "uri_prefix": "nix", "min_address_length": 27, "max_address_length": 34, - "bitcore": [], + "bitcore": ["https://blockchain.nixplatform.io"], "blockbook": [], "cooldown": 100 } diff --git a/defs/coins_details.json b/defs/coins_details.json index 16d3f61923..e2d2641e51 100644 --- a/defs/coins_details.json +++ b/defs/coins_details.json @@ -28312,4 +28312,4 @@ "updated_at": 1549374014, "updated_at_readable": "Tue Feb 5 14:40:14 2019" } -} \ No newline at end of file +} diff --git a/defs/wallets.json b/defs/wallets.json index e4733fee19..933eee24bf 100644 --- a/defs/wallets.json +++ b/defs/wallets.json @@ -47,5 +47,9 @@ "bitcoin:XZC": { "Electrum-XZC": "https://github.com/zcoinofficial/electrum-xzc", "Znode Tool": "https://github.com/yura-pakhuchiy/znode-tool" + }, + "bitcoin:NIX": { + "NIX-Electrum": "https://github.com/nixplatform/electrum-nix", + "Ghostnode Tool": "https://github.com/nixplatform/ghostnode-tool" } }