1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-30 03:18:20 +00:00

coins: change coin_name for TBCH, add coin.firmware flag

This commit is contained in:
Pavol Rusnak 2017-07-30 23:14:34 +02:00
parent dc1ed85c96
commit 3ec5d354ba
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -20,7 +20,8 @@
"High": 200 "High": 200
}, },
"dust_limit": 546, "dust_limit": 546,
"blocktime_minutes": 10 "blocktime_minutes": 10,
"firmware": true
}, },
{ {
"coin_name": "Testnet", "coin_name": "Testnet",
@ -40,7 +41,8 @@
"Normal": 10 "Normal": 10
}, },
"dust_limit": 546, "dust_limit": 546,
"blocktime_minutes": 10 "blocktime_minutes": 10,
"firmware": true
}, },
{ {
"coin_name": "Bitcoin Cash", "coin_name": "Bitcoin Cash",
@ -63,10 +65,11 @@
"High": 200 "High": 200
}, },
"dust_limit": 546, "dust_limit": 546,
"blocktime_minutes": 10 "blocktime_minutes": 10,
"firmware": true
}, },
{ {
"coin_name": "Testnet Cash", "coin_name": "Bitcoin Cash Testnet",
"coin_shortcut": "TBCH", "coin_shortcut": "TBCH",
"address_type": 111, "address_type": 111,
"address_type_p2sh": 196, "address_type_p2sh": 196,
@ -83,7 +86,8 @@
"Normal": 10 "Normal": 10
}, },
"dust_limit": 546, "dust_limit": 546,
"blocktime_minutes": 10 "blocktime_minutes": 10,
"firmware": false
}, },
{ {
"coin_name": "Namecoin", "coin_name": "Namecoin",
@ -103,7 +107,8 @@
"Normal": 10 "Normal": 10
}, },
"dust_limit": 2940, "dust_limit": 2940,
"blocktime_minutes": 10 "blocktime_minutes": 10,
"firmware": true
}, },
{ {
"coin_name": "Litecoin", "coin_name": "Litecoin",
@ -123,7 +128,8 @@
"Normal": 1000 "Normal": 1000
}, },
"dust_limit": 54600, "dust_limit": 54600,
"blocktime_minutes": 2.5 "blocktime_minutes": 2.5,
"firmware": true
}, },
{ {
"coin_name": "Dogecoin", "coin_name": "Dogecoin",
@ -143,7 +149,8 @@
"Normal": 10 "Normal": 10
}, },
"dust_limit": 10000000, "dust_limit": 10000000,
"blocktime_minutes": 1 "blocktime_minutes": 1,
"firmware": true
}, },
{ {
"coin_name": "Dash", "coin_name": "Dash",
@ -163,7 +170,8 @@
"Normal": 10 "Normal": 10
}, },
"dust_limit": 5460, "dust_limit": 5460,
"blocktime_minutes": 2.5 "blocktime_minutes": 2.5,
"firmware": true
}, },
{ {
"coin_name": "Zcash", "coin_name": "Zcash",
@ -183,7 +191,8 @@
"Normal": 10 "Normal": 10
}, },
"dust_limit": 546, "dust_limit": 546,
"blocktime_minutes": 2.5 "blocktime_minutes": 2.5,
"firmware": true
}, },
{ {
"coin_name": "Zcash Testnet", "coin_name": "Zcash Testnet",
@ -203,6 +212,7 @@
"Normal": 10 "Normal": 10
}, },
"dust_limit": 546, "dust_limit": 546,
"blocktime_minutes": 2.5 "blocktime_minutes": 2.5,
"firmware": true
} }
] ]