1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-14 03:30: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",
"min_address_length": 27,
"max_address_length": 34,
"bitcore": [
"https://testnet-bitcore1.trezor.io",
"https://testnet-bitcore2.trezor.io"
"bitcore": [],
"blockbook": [
"https://tbtc1.trezor.io",
"https://tbtc2.trezor.io"
],
"blockbook": [],
"cooldown": 100
}