1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-04-26 12:09:02 +00:00

defs: fix testnet backend uris

This commit is contained in:
Pavol Rusnak 2018-11-09 16:08:24 +01:00
parent 97655c70e7
commit 37a22b045f
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -32,10 +32,10 @@
"uri_prefix": "bitcoin", "uri_prefix": "bitcoin",
"min_address_length": 27, "min_address_length": 27,
"max_address_length": 34, "max_address_length": 34,
"bitcore": [ "bitcore": [],
"https://testnet-bitcore1.trezor.io", "blockbook": [
"https://testnet-bitcore2.trezor.io" "https://tbtc1.trezor.io",
"https://tbtc2.trezor.io"
], ],
"blockbook": [],
"cooldown": 100 "cooldown": 100
} }