mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 07:28:10 +00:00
defs: add Polis (#308)
This commit is contained in:
parent
8afe6a79d6
commit
6d6b0945d8
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@ tools/coins.json
|
||||
tools/coindefs.json
|
||||
tools/coinmarketcap.json
|
||||
proto.gv*
|
||||
.idea/*
|
||||
|
41
defs/bitcoin/polis.json
Normal file
41
defs/bitcoin/polis.json
Normal file
@ -0,0 +1,41 @@
|
||||
{
|
||||
"coin_name": "Polis",
|
||||
"coin_shortcut": "POLIS",
|
||||
"coin_label": "Polis",
|
||||
"website": "https://www.polispay.org",
|
||||
"github": "https://github.com/polispay/polis",
|
||||
"maintainer": "Cronos <eabz@polispay.org>",
|
||||
"curve_name": "secp256k1",
|
||||
"address_type": 55,
|
||||
"address_type_p2sh": 56,
|
||||
"maxfee_kb": 100000,
|
||||
"minfee_kb": 1000,
|
||||
"signed_message_header": "Polis Signed Message:\n",
|
||||
"hash_genesis_block": "000009701eb781a8113b1af1d814e2f060f6408a2c990db291bc5108a1345c1e",
|
||||
"xprv_magic": 65166718,
|
||||
"xpub_magic": 65165637,
|
||||
"xpub_magic_segwit_p2sh": null,
|
||||
"xpub_magic_segwit_native": null,
|
||||
"bech32_prefix": null,
|
||||
"cashaddr_prefix": null,
|
||||
"slip44": 1997,
|
||||
"segwit": false,
|
||||
"decred": false,
|
||||
"fork_id": null,
|
||||
"force_bip143": false,
|
||||
"bip115": false,
|
||||
"default_fee_b": {
|
||||
"Normal": 10
|
||||
},
|
||||
"dust_limit": 5460,
|
||||
"blocktime_seconds": 120,
|
||||
"uri_prefix": "polis",
|
||||
"min_address_length": 27,
|
||||
"max_address_length": 34,
|
||||
"bitcore": [],
|
||||
"blockbook": [
|
||||
"https://blockbook.polispay.org"
|
||||
],
|
||||
"cooldown": 100,
|
||||
"consensus_branch_id": null
|
||||
}
|
BIN
defs/bitcoin/polis.png
Normal file
BIN
defs/bitcoin/polis.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
Loading…
Reference in New Issue
Block a user