1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-22 21:30:56 +00:00

reformat coins.json

This commit is contained in:
Pavol Rusnak 2017-07-28 15:13:26 +02:00
parent 1d0399d0b0
commit f3010097c3
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -1,4 +1,5 @@
[{ [
{
"coin_name": "Bitcoin", "coin_name": "Bitcoin",
"coin_shortcut": "BTC", "coin_shortcut": "BTC",
"address_type": 0, "address_type": 0,
@ -20,7 +21,8 @@
}, },
"dust_limit": 546, "dust_limit": 546,
"blocktime_minutes": 10 "blocktime_minutes": 10
}, { },
{
"coin_name": "Testnet", "coin_name": "Testnet",
"coin_shortcut": "TEST", "coin_shortcut": "TEST",
"address_type": 111, "address_type": 111,
@ -39,7 +41,8 @@
}, },
"dust_limit": 546, "dust_limit": 546,
"blocktime_minutes": 10 "blocktime_minutes": 10
}, { },
{
"coin_name": "Bitcoin Cash", "coin_name": "Bitcoin Cash",
"coin_shortcut": "BCC", "coin_shortcut": "BCC",
"address_type": 0, "address_type": 0,
@ -61,7 +64,8 @@
}, },
"dust_limit": 546, "dust_limit": 546,
"blocktime_minutes": 10 "blocktime_minutes": 10
}, { },
{
"coin_name": "Testnet Cash", "coin_name": "Testnet Cash",
"coin_shortcut": "TBCC", "coin_shortcut": "TBCC",
"address_type": 111, "address_type": 111,
@ -80,7 +84,8 @@
}, },
"dust_limit": 546, "dust_limit": 546,
"blocktime_minutes": 10 "blocktime_minutes": 10
}, { },
{
"coin_name": "Namecoin", "coin_name": "Namecoin",
"coin_shortcut": "NMC", "coin_shortcut": "NMC",
"address_type": 52, "address_type": 52,
@ -99,7 +104,8 @@
}, },
"dust_limit": 2940, "dust_limit": 2940,
"blocktime_minutes": 10 "blocktime_minutes": 10
}, { },
{
"coin_name": "Litecoin", "coin_name": "Litecoin",
"coin_shortcut": "LTC", "coin_shortcut": "LTC",
"address_type": 48, "address_type": 48,
@ -118,7 +124,8 @@
}, },
"dust_limit": 54600, "dust_limit": 54600,
"blocktime_minutes": 2.5 "blocktime_minutes": 2.5
}, { },
{
"coin_name": "Dogecoin", "coin_name": "Dogecoin",
"coin_shortcut": "DOGE", "coin_shortcut": "DOGE",
"address_type": 30, "address_type": 30,
@ -137,7 +144,8 @@
}, },
"dust_limit": 10000000, "dust_limit": 10000000,
"blocktime_minutes": 1 "blocktime_minutes": 1
}, { },
{
"coin_name": "Dash", "coin_name": "Dash",
"coin_shortcut": "DASH", "coin_shortcut": "DASH",
"address_type": 76, "address_type": 76,
@ -156,7 +164,8 @@
}, },
"dust_limit": 5460, "dust_limit": 5460,
"blocktime_minutes": 2.5 "blocktime_minutes": 2.5
}, { },
{
"coin_name": "Zcash", "coin_name": "Zcash",
"coin_shortcut": "ZEC", "coin_shortcut": "ZEC",
"address_type": 7352, "address_type": 7352,
@ -175,7 +184,8 @@
}, },
"dust_limit": 546, "dust_limit": 546,
"blocktime_minutes": 2.5 "blocktime_minutes": 2.5
}, { },
{
"coin_name": "Zcash Testnet", "coin_name": "Zcash Testnet",
"coin_shortcut": "TAZ", "coin_shortcut": "TAZ",
"address_type": 7461, "address_type": 7461,
@ -194,4 +204,5 @@
}, },
"dust_limit": 546, "dust_limit": 546,
"blocktime_minutes": 2.5 "blocktime_minutes": 2.5
}] }
]