1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-22 15:38:11 +00:00

defs: remove invalid backend APIs

This commit is contained in:
Pavol Rusnak 2018-11-09 15:16:22 +01:00
parent 31ad279a62
commit 19f1e3f008
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
5 changed files with 6 additions and 12 deletions

View File

@ -33,9 +33,6 @@
"min_address_length": 27,
"max_address_length": 34,
"bitcore": [],
"blockbook": [
"https://explorer.actinium.org",
"https://explorer2.actinium.org"
],
"blockbook": [],
"cooldown": 100
}
}

View File

@ -11,7 +11,7 @@
"maxfee_kb": 2000000,
"minfee_kb": 1000,
"signed_message_header": "Capricoin Signed Message:\n",
"hash_genesis_block": "000007abc632537def4bce0806ca008150b19363f887ad0cb5cf582804f8bc3d",
"hash_genesis_block": "00000d23fa0fc52c90893adb1181c9ddffb6c797a3e41864b9a23aa2f2981fe3",
"xprv_magic": 76066276,
"xpub_magic": 76067358,
"xpub_magic_segwit_p2sh": 77429938,

View File

@ -33,8 +33,7 @@
"min_address_length": 27,
"max_address_length": 34,
"bitcore": [
"https://crw-bitcore.crown.tech",
"https://crw2-bitcore.crown.tech"
"https://crw-bitcore.crown.tech"
],
"blockbook": [],
"cooldown": 100

View File

@ -11,7 +11,7 @@
"maxfee_kb": 10000000,
"minfee_kb": 1000,
"signed_message_header": "Decred Signed Message:\n",
"hash_genesis_block": "4261602a9d07d80ad47621a64ba6a07754902e496777edc4ff581946bd7bc29c",
"hash_genesis_block": "a649dce53918caf422e9c711c858837e08d626ecfcd198969b24f7b634a49bac",
"xprv_magic": 70615959,
"xpub_magic": 70617041,
"xpub_magic_segwit_p2sh": null,

View File

@ -32,9 +32,7 @@
"uri_prefix": "monetaryunit",
"min_address_length": 27,
"max_address_length": 34,
"bitcore": [
"https://explorer.monetaryunit.org"
],
"bitcore": [],
"blockbook": [],
"cooldown": 100
}