UNPKG

dvf-client-js

Version:

<img src="https://avatars1.githubusercontent.com/u/56512535?s=200&v=4" align="right" />

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} } }