WIP
This commit is contained in:
parent
7be7c3f8e6
commit
591ffcf162
4 changed files with 129 additions and 54 deletions
|
|
@ -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']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue