1
0
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:
Pavol Rusnak 2018-07-26 17:36:41 +02:00
parent e9f509e3d0
commit fed80b34f6
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -33,6 +33,9 @@
"uri_prefix": "bitcoin",
"min_address_length": 27,
"max_address_length": 34,
"bitcore": [],
"bitcore": [
"https://testnet-bitcore1.trezor.io",
"https://testnet-bitcore2.trezor.io"
],
"blockbook": []
}