chore: cleanup, node14 and new admin default
This commit is contained in:
parent
c7c18633d7
commit
89bb9a8f25
244 changed files with 3957 additions and 39487 deletions
|
|
@ -3,9 +3,9 @@ const _ = require('lodash/fp')
|
|||
const { COIN_LIST: coins } = require('./coins')
|
||||
const { ACCOUNT_LIST: accounts } = require('./accounts')
|
||||
|
||||
const countries = require('../../../countries.json')
|
||||
const currenciesRec = require('../../../currencies.json')
|
||||
const languageRec = require('../../../languages.json')
|
||||
const countries = require('../../../data/countries.json')
|
||||
const currenciesRec = require('../../../data/currencies.json')
|
||||
const languageRec = require('../../../data/languages.json')
|
||||
|
||||
function massageCurrencies (currencies) {
|
||||
const convert = r => ({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue