1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-15 09:50:57 +00:00

fix(common): blockbook for testnet 4

This commit is contained in:
Carlos Garcia Ortiz karliatto 2025-01-10 09:44:23 +00:00 committed by matejcik
parent 8207b9ffe5
commit d2e47ca87b
2 changed files with 2 additions and 3 deletions

View File

@ -12,7 +12,7 @@
"maxfee_kb": 10000000, "maxfee_kb": 10000000,
"minfee_kb": 1000, "minfee_kb": 1000,
"signed_message_header": "Bitcoin Signed Message:\n", "signed_message_header": "Bitcoin Signed Message:\n",
"hash_genesis_block": "000000000933ea01ad0ee984209779baaec3ced90fa3f408719526f8d77f4943", "hash_genesis_block": "00000000da84f2bafbbc53dee25a72ae507ff4914b867c565be350b0da8bf043",
"xprv_magic": 70615956, "xprv_magic": 70615956,
"xpub_magic": 70617039, "xpub_magic": 70617039,
"xpub_magic_segwit_p2sh": 71979618, "xpub_magic_segwit_p2sh": 71979618,

View File

@ -137,8 +137,7 @@
"bitcoin:TEST": { "bitcoin:TEST": {
"type": "blockbook", "type": "blockbook",
"url": [ "url": [
"https://tbtc1.trezor.io", "https://tbtc4-1.trezor.io"
"https://tbtc2.trezor.io"
] ]
}, },
"bitcoin:VIPS": { "bitcoin:VIPS": {