1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-16 03:18:09 +00:00

defs: add missing blockbook backends

This commit is contained in:
matejcik 2019-01-16 14:02:16 +01:00
parent 0b1d5b7a91
commit 616c9fa7c0
2 changed files with 6 additions and 4 deletions

View File

@ -35,9 +35,10 @@
"uri_prefix": "digibyte", "uri_prefix": "digibyte",
"min_address_length": 27, "min_address_length": 27,
"max_address_length": 34, "max_address_length": 34,
"bitcore": [ "bitcore": [],
"https://explorer.digibyteprojects.com" "blockbook": [
"https://dgb1.trezor.io",
"https://dgb2.trezor.io"
], ],
"blockbook": [],
"cooldown": 100 "cooldown": 100
} }

View File

@ -31,7 +31,8 @@
"rskip60": false, "rskip60": false,
"url": "https://www.ethereum.org", "url": "https://www.ethereum.org",
"blockbook": [ "blockbook": [
"https://ropsten1.trezor.io" "https://ropsten1.trezor.io",
"https://ropsten2.trezor.io"
] ]
}, },
{ {