mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 15:38:11 +00:00
core: regenerate templates
This commit is contained in:
parent
236ca1ae83
commit
32c5f58782
@ -984,6 +984,26 @@ COINS = [
|
|||||||
decred=False,
|
decred=False,
|
||||||
curve_name='secp256k1',
|
curve_name='secp256k1',
|
||||||
),
|
),
|
||||||
|
CoinInfo(
|
||||||
|
coin_name="Regtest",
|
||||||
|
coin_shortcut="REGTEST",
|
||||||
|
address_type=111,
|
||||||
|
address_type_p2sh=196,
|
||||||
|
maxfee_kb=10000000,
|
||||||
|
signed_message_header="Bitcoin Signed Message:\n",
|
||||||
|
xpub_magic=0x043587cf,
|
||||||
|
xpub_magic_segwit_p2sh=0x044a5262,
|
||||||
|
xpub_magic_segwit_native=0x045f1cf6,
|
||||||
|
bech32_prefix="bcrt",
|
||||||
|
cashaddr_prefix=None,
|
||||||
|
slip44=1,
|
||||||
|
segwit=True,
|
||||||
|
fork_id=None,
|
||||||
|
force_bip143=False,
|
||||||
|
bip115=False,
|
||||||
|
decred=False,
|
||||||
|
curve_name='secp256k1',
|
||||||
|
),
|
||||||
CoinInfo(
|
CoinInfo(
|
||||||
coin_name="SmartCash",
|
coin_name="SmartCash",
|
||||||
coin_shortcut="SMART",
|
coin_shortcut="SMART",
|
||||||
|
Loading…
Reference in New Issue
Block a user