feat: format config file

This commit is contained in:
José Oliveira 2022-03-09 16:03:11 +00:00 committed by siiky
parent 434e3623b0
commit 4697c89064
3 changed files with 40 additions and 40 deletions

View file

@ -13,7 +13,6 @@ const settingsLoader = require('./settings-loader')
const configValidate = require('./config-validate') const configValidate = require('./config-validate')
const jsonSchema = require('./lamassu-schema.json') const jsonSchema = require('./lamassu-schema.json')
function fetchSchema () { function fetchSchema () {
return _.cloneDeep(jsonSchema) return _.cloneDeep(jsonSchema)
} }
@ -172,7 +171,8 @@ function fetchData () {
{ crypto: 'LTC', display: 'Litecoin' }, { crypto: 'LTC', display: 'Litecoin' },
{ crypto: 'DASH', display: 'Dash' }, { crypto: 'DASH', display: 'Dash' },
{ crypto: 'ZEC', display: 'Zcash' }, { crypto: 'ZEC', display: 'Zcash' },
{crypto: 'BCH', display: 'Bitcoin Cash'} { crypto: 'BCH', display: 'Bitcoin Cash' },
{ crypto: 'LN', display: 'Lightning Network' }
], ],
languages: languages, languages: languages,
countries, countries,

View file