fixed file names
This commit is contained in:
parent
a881527a1f
commit
f572fc0a7e
3 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
var ccxt = require('ccxt')
|
||||
const coinUtils = require('../../../coin-utils')
|
||||
const _ = require('lodash/fp')
|
||||
const common = require('../../common/cctx')
|
||||
const common = require('../../common/ccxt')
|
||||
|
||||
function trade (side, account, cryptoAtoms, fiatCode, cryptoCode, exchangeName) {
|
||||
try {
|
||||
|
|
@ -2,7 +2,7 @@ const ccxt = require('ccxt')
|
|||
const BN = require('../../../bn')
|
||||
const axios = require('axios')
|
||||
const _ = require('lodash/fp')
|
||||
const common = require('../../common/cctx')
|
||||
const common = require('../../common/ccxt')
|
||||
|
||||
function ticker (exchangeName, fiatCode, cryptoCode) {
|
||||
const exchange = new ccxt[exchangeName]()
|
||||
Loading…
Add table
Add a link
Reference in a new issue