1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-23 07:58:09 +00:00

Merge branch 'master' into matejcik/coin-defs

This commit is contained in:
matejcik 2018-08-24 17:07:18 +02:00
commit 43eaaba028
2 changed files with 11 additions and 1 deletions

View File

@ -33,7 +33,9 @@
"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
} }

View File

@ -166,5 +166,13 @@
"name": "Pirl", "name": "Pirl",
"rskip60": false, "rskip60": false,
"url": "https://pirl.io" "url": "https://pirl.io"
},
{
"chain_id": 1620,
"slip44": 1620,
"shortcut": "ATH",
"name": "Atheios",
"rskip60": false,
"url": "https://atheios.com"
} }
] ]