add country data
This commit is contained in:
parent
24770e825e
commit
cd1716290c
5 changed files with 266 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ const R = require('ramda')
|
|||
|
||||
const currencies = require('../../currencies.json')
|
||||
const languageRec = require('../../languages.json')
|
||||
const countries = require('../../countries.json')
|
||||
|
||||
const db = require('../db')
|
||||
const options = require('../options')
|
||||
|
|
@ -233,6 +234,7 @@ function fetchData () {
|
|||
currencies: massageCurrencies(currencies),
|
||||
cryptoCurrencies: [{crypto: 'BTC', display: 'Bitcoin'}, {crypto: 'ETH', display: 'Ethereum'}],
|
||||
languages: languages,
|
||||
countries,
|
||||
accounts: [
|
||||
{code: 'bitpay', display: 'Bitpay', class: 'ticker', cryptos: ['BTC']},
|
||||
{code: 'kraken', display: 'Kraken', class: 'ticker', cryptos: ['BTC', 'ETH']},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue