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:
parent
31ad279a62
commit
19f1e3f008
@ -33,9 +33,6 @@
|
|||||||
"min_address_length": 27,
|
"min_address_length": 27,
|
||||||
"max_address_length": 34,
|
"max_address_length": 34,
|
||||||
"bitcore": [],
|
"bitcore": [],
|
||||||
"blockbook": [
|
"blockbook": [],
|
||||||
"https://explorer.actinium.org",
|
|
||||||
"https://explorer2.actinium.org"
|
|
||||||
],
|
|
||||||
"cooldown": 100
|
"cooldown": 100
|
||||||
}
|
}
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
"maxfee_kb": 2000000,
|
"maxfee_kb": 2000000,
|
||||||
"minfee_kb": 1000,
|
"minfee_kb": 1000,
|
||||||
"signed_message_header": "Capricoin Signed Message:\n",
|
"signed_message_header": "Capricoin Signed Message:\n",
|
||||||
"hash_genesis_block": "000007abc632537def4bce0806ca008150b19363f887ad0cb5cf582804f8bc3d",
|
"hash_genesis_block": "00000d23fa0fc52c90893adb1181c9ddffb6c797a3e41864b9a23aa2f2981fe3",
|
||||||
"xprv_magic": 76066276,
|
"xprv_magic": 76066276,
|
||||||
"xpub_magic": 76067358,
|
"xpub_magic": 76067358,
|
||||||
"xpub_magic_segwit_p2sh": 77429938,
|
"xpub_magic_segwit_p2sh": 77429938,
|
||||||
|
@ -33,8 +33,7 @@
|
|||||||
"min_address_length": 27,
|
"min_address_length": 27,
|
||||||
"max_address_length": 34,
|
"max_address_length": 34,
|
||||||
"bitcore": [
|
"bitcore": [
|
||||||
"https://crw-bitcore.crown.tech",
|
"https://crw-bitcore.crown.tech"
|
||||||
"https://crw2-bitcore.crown.tech"
|
|
||||||
],
|
],
|
||||||
"blockbook": [],
|
"blockbook": [],
|
||||||
"cooldown": 100
|
"cooldown": 100
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
"maxfee_kb": 10000000,
|
"maxfee_kb": 10000000,
|
||||||
"minfee_kb": 1000,
|
"minfee_kb": 1000,
|
||||||
"signed_message_header": "Decred Signed Message:\n",
|
"signed_message_header": "Decred Signed Message:\n",
|
||||||
"hash_genesis_block": "4261602a9d07d80ad47621a64ba6a07754902e496777edc4ff581946bd7bc29c",
|
"hash_genesis_block": "a649dce53918caf422e9c711c858837e08d626ecfcd198969b24f7b634a49bac",
|
||||||
"xprv_magic": 70615959,
|
"xprv_magic": 70615959,
|
||||||
"xpub_magic": 70617041,
|
"xpub_magic": 70617041,
|
||||||
"xpub_magic_segwit_p2sh": null,
|
"xpub_magic_segwit_p2sh": null,
|
||||||
|
@ -32,9 +32,7 @@
|
|||||||
"uri_prefix": "monetaryunit",
|
"uri_prefix": "monetaryunit",
|
||||||
"min_address_length": 27,
|
"min_address_length": 27,
|
||||||
"max_address_length": 34,
|
"max_address_length": 34,
|
||||||
"bitcore": [
|
"bitcore": [],
|
||||||
"https://explorer.monetaryunit.org"
|
|
||||||
],
|
|
||||||
"blockbook": [],
|
"blockbook": [],
|
||||||
"cooldown": 100
|
"cooldown": 100
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user