1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-16 11:28:14 +00:00

defs: fix build_coins.py

This commit is contained in:
Pavol Rusnak 2018-05-30 11:10:54 +02:00
parent 374283df51
commit 70ad683820
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
2 changed files with 10 additions and 2 deletions

View File

@ -164,5 +164,5 @@ for fn in glob.glob('../*.json'):
defs[n] = d
json.dump(coins, open('../../coins.json', 'w'), indent=4, sort_keys=True)
json.dump(defs, open('../../coindefs.json', 'w'), indent=4, sort_keys=True)
json.dump(coins, open('coins.json', 'w'), indent=4, sort_keys=True)
json.dump(defs, open('coindefs.json', 'w'), indent=4, sort_keys=True)

View File

@ -34,6 +34,14 @@
"Fujicoin": "2.0.5",
"Vertcoin": "2.0.5"
},
"connect": {
"Bitcoin": true,
"Bcash": true,
"Bgold": true,
"Dash": true,
"Litecoin": true,
"Zcash": true
},
"webwallet": {
"Bitcoin": true,
"Bcash": true,