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:
parent
374283df51
commit
70ad683820
@ -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)
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user