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:
parent
0b1d5b7a91
commit
616c9fa7c0
@ -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
|
||||||
}
|
}
|
||||||
|
@ -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"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user