chore: redirect coin dependencies to l-c module
This commit is contained in:
parent
3423e2ddd0
commit
bb433164ab
31 changed files with 8 additions and 54 deletions
|
|
@ -1,10 +1,10 @@
|
|||
const { COINS } = require('lamassu-coins')
|
||||
const _ = require('lodash/fp')
|
||||
|
||||
const kraken = require('../exchange/kraken')
|
||||
const bitstamp = require('../exchange/bitstamp')
|
||||
const itbit = require('../exchange/itbit')
|
||||
const bitpay = require('../ticker/bitpay')
|
||||
const { COINS } = require('../../new-admin/config/coins')
|
||||
const { BTC, BCH, DASH, ETH, LTC, ZEC } = COINS
|
||||
|
||||
const ALL = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue