UNPKG

@gateway.fm/gtw-dvf-client-js

Version:

DVF client js lib with gateway.fm rpc endpoints

11 lines (9 loc) 274 B
const bfxTodvf = require('dvf-utils').BfxToDvfToken // TODO: Deprecated module.exports = (dvf, token) => { const tokenInfo = dvf.config.tokenRegistry[bfxTodvf(token)] // Returning the symbol along with the info if (tokenInfo) { return {token, ...tokenInfo} } }