UNPKG

@usherlabs/ccxt

Version:

A JavaScript cryptocurrency trading library with support for 100+ exchanges + optional Verity zkTLS proof of data source.

17 lines (13 loc) 414 B
'use strict'; var huobi = require('./huobi.js'); // --------------------------------------------------------------------------- // --------------------------------------------------------------------------- class huobipro extends huobi { describe() { return this.deepExtend(super.describe(), { 'alias': true, 'id': 'huobipro', }); } } module.exports = huobipro;