1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-26 09:28:13 +00:00

Add blockbook URL's for GRS (#219)

This commit is contained in:
Gruve_p 2018-10-19 12:39:43 +02:00 committed by Pavol Rusnak
parent 586fe6c0c5
commit cf5347fd91
2 changed files with 8 additions and 3 deletions

View File

@ -33,8 +33,11 @@
"min_address_length": 27,
"max_address_length": 34,
"bitcore": [
"https://groestlsight.groestlcoin.org"
"https://groestlsight.groestlcoin.org",
"https://grsblocks.com/"
],
"blockbook": [
"https://blockbook.groestlcoin.org"
],
"blockbook": [],
"cooldown": 100
}

View File

@ -35,6 +35,8 @@
"bitcore": [
"https://groestlsight-test.groestlcoin.org"
],
"blockbook": [],
"blockbook": [
"https://blockbook-test.groestlcoin.org"
],
"cooldown": 100
}