feat: add exchanges/tickers support for LN coin
This commit is contained in:
parent
5576e300d9
commit
638ca968d0
8 changed files with 16 additions and 16 deletions
|
|
@ -2,9 +2,9 @@ const axios = require('axios')
|
|||
const { COINS } = require('@lamassu/coins')
|
||||
|
||||
const BN = require('../../bn')
|
||||
const { BTC, BCH } = COINS
|
||||
const { BTC, BCH, LN } = COINS
|
||||
|
||||
const CRYPTO = [BTC, BCH]
|
||||
const CRYPTO = [BTC, BCH, LN]
|
||||
const FIAT = 'ALL_CURRENCIES'
|
||||
|
||||
function ticker (fiatCode, cryptoCode) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue