This commit is contained in:
Josh Harvey 2016-03-29 17:58:27 +01:00
parent 7be7c3f8e6
commit 591ffcf162
4 changed files with 129 additions and 54 deletions

View file

@ -1,8 +1,9 @@
require('es6-promise').polyfill()
var axios = require('axios')
var _ = require('lodash')
var BigNumber = require('bignumber.js')
BigNumber.config({DECIMAL_PLACES: 30})
BigNumber.config({DECIMAL_PLACES: 40})
exports.NAME = 'Kraken'
exports.SUPPORTED_MODULES = ['ticker']