1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-03 12:00:59 +00:00

defs: update NIX (#268)

This commit is contained in:
mattt21 2019-02-06 16:42:20 -06:00 committed by Pavol Rusnak
parent 9d887f0388
commit 21c5404299
3 changed files with 8 additions and 4 deletions

View File

@ -1,7 +1,7 @@
{ {
"coin_name": "Nix", "coin_name": "NIX",
"coin_shortcut": "NIX", "coin_shortcut": "NIX",
"coin_label": "Nix", "coin_label": "NIX",
"website": "https://nixplatform.io", "website": "https://nixplatform.io",
"github": "https://github.com/nixplatform/nixcore", "github": "https://github.com/nixplatform/nixcore",
"maintainer": "mattt21 <matt@nixplatform.io>", "maintainer": "mattt21 <matt@nixplatform.io>",
@ -32,7 +32,7 @@
"uri_prefix": "nix", "uri_prefix": "nix",
"min_address_length": 27, "min_address_length": 27,
"max_address_length": 34, "max_address_length": 34,
"bitcore": [], "bitcore": ["https://blockchain.nixplatform.io"],
"blockbook": [], "blockbook": [],
"cooldown": 100 "cooldown": 100
} }

View File

@ -28312,4 +28312,4 @@
"updated_at": 1549374014, "updated_at": 1549374014,
"updated_at_readable": "Tue Feb 5 14:40:14 2019" "updated_at_readable": "Tue Feb 5 14:40:14 2019"
} }
} }

View File

@ -47,5 +47,9 @@
"bitcoin:XZC": { "bitcoin:XZC": {
"Electrum-XZC": "https://github.com/zcoinofficial/electrum-xzc", "Electrum-XZC": "https://github.com/zcoinofficial/electrum-xzc",
"Znode Tool": "https://github.com/yura-pakhuchiy/znode-tool" "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"
} }
} }