mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-06-05 15:48:45 +00:00
add Monacoin to coins.json
This commit is contained in:
parent
9c21bc758e
commit
7325936f86
31
coins.json
31
coins.json
@ -348,6 +348,7 @@
|
|||||||
"xprv_magic": "0488ade4",
|
"xprv_magic": "0488ade4",
|
||||||
"xpub_magic": "0488b21e",
|
"xpub_magic": "0488b21e",
|
||||||
"xpub_magic_segwit_p2sh": "049d7cb2",
|
"xpub_magic_segwit_p2sh": "049d7cb2",
|
||||||
|
"bech32_prefix": "dgb",
|
||||||
"bip44": 20,
|
"bip44": 20,
|
||||||
"segwit": true,
|
"segwit": true,
|
||||||
"forkid": null,
|
"forkid": null,
|
||||||
@ -367,5 +368,35 @@
|
|||||||
"bitcore": [
|
"bitcore": [
|
||||||
"https://digiexplorer.info"
|
"https://digiexplorer.info"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coin_name": "Monacoin",
|
||||||
|
"coin_shortcut": "MONA",
|
||||||
|
"address_type": 50,
|
||||||
|
"address_type_p2sh": 55,
|
||||||
|
"maxfee_kb": 5000000,
|
||||||
|
"minfee_kb": 100000,
|
||||||
|
"signed_message_header": "Monacoin Signed Message:\n",
|
||||||
|
"hash_genesis_block": "ff9f1c0116d19de7c9963845e129f9ed1bfc0b376eb54fd7afa42e0d418c8bb6",
|
||||||
|
"xpub_magic": "0488b21e",
|
||||||
|
"xprv_magic": "0488ade4",
|
||||||
|
"xpub_magic_segwit_p2sh": "049d7cb2",
|
||||||
|
"bech32_prefix": "mona",
|
||||||
|
"bip44": 22,
|
||||||
|
"segwit": true,
|
||||||
|
"forkid": null,
|
||||||
|
"force_bip143": false,
|
||||||
|
"default_fee_b": {
|
||||||
|
"Normal": 100000
|
||||||
|
},
|
||||||
|
"dust_limit": 54600,
|
||||||
|
"blocktime_minutes": 1.5,
|
||||||
|
"firmware": "stable",
|
||||||
|
"address_prefix": "monacoin:",
|
||||||
|
"min_address_length": 27,
|
||||||
|
"max_address_length": 34,
|
||||||
|
"bitcore": [
|
||||||
|
"https://mona.chainsight.info"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user