mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-16 03:18:09 +00:00
defs: add testnet backends (bitcore)
This commit is contained in:
parent
e9f509e3d0
commit
fed80b34f6
@ -33,6 +33,9 @@
|
|||||||
"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",
|
||||||
|
"https://testnet-bitcore2.trezor.io"
|
||||||
|
],
|
||||||
"blockbook": []
|
"blockbook": []
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user