1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-17 19:00:58 +00:00

defs: drop non-responding bitcore backends

This commit is contained in:
matejcik 2019-01-16 14:05:56 +01:00
parent 616c9fa7c0
commit 5a5c0db194
3 changed files with 4 additions and 12 deletions

View File

@ -32,9 +32,7 @@
"uri_prefix": "crown",
"min_address_length": 27,
"max_address_length": 34,
"bitcore": [
"https://crw-bitcore.crown.tech"
],
"bitcore": [],
"blockbook": [],
"cooldown": 100
}

View File

@ -32,10 +32,7 @@
"uri_prefix": "komodo",
"min_address_length": 27,
"max_address_length": 34,
"bitcore": [
"https://www.kmdexplorer.io",
"https://kmdexplorer.ru"
],
"bitcore": [],
"blockbook": [],
"cooldown": 100
}

View File

@ -32,10 +32,7 @@
"uri_prefix": "nix",
"min_address_length": 27,
"max_address_length": 34,
"bitcore": [
"https://blockchain.nixplatform.io"
],
"blockbook": [
],
"bitcore": [],
"blockbook": [],
"cooldown": 100
}