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:
parent
97655c70e7
commit
37a22b045f
@ -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
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user