feat: format config file
This commit is contained in:
parent
434e3623b0
commit
4697c89064
3 changed files with 40 additions and 40 deletions
|
|
@ -13,7 +13,6 @@ const settingsLoader = require('./settings-loader')
|
|||
const configValidate = require('./config-validate')
|
||||
const jsonSchema = require('./lamassu-schema.json')
|
||||
|
||||
|
||||
function fetchSchema () {
|
||||
return _.cloneDeep(jsonSchema)
|
||||
}
|
||||
|
|
@ -172,7 +171,8 @@ function fetchData () {
|
|||
{ crypto: 'LTC', display: 'Litecoin' },
|
||||
{ crypto: 'DASH', display: 'Dash' },
|
||||
{ crypto: 'ZEC', display: 'Zcash' },
|
||||
{crypto: 'BCH', display: 'Bitcoin Cash'}
|
||||
{ crypto: 'BCH', display: 'Bitcoin Cash' },
|
||||
{ crypto: 'LN', display: 'Lightning Network' }
|
||||
],
|
||||
languages: languages,
|
||||
countries,
|
||||
|
|
|
|||
0
lib/blockchain/lightning.js
Normal file
0
lib/blockchain/lightning.js
Normal file
0
lib/plugins/wallet/lightning/lightning.js
Normal file
0
lib/plugins/wallet/lightning/lightning.js
Normal file
Loading…
Add table
Add a link
Reference in a new issue