@jalmonter/ccxt
Version:
15 lines (14 loc) • 351 B
JavaScript
import hitbtc from './hitbtc.js';
// ---------------------------------------------------------------------------
/**
* @class hitbtc3
* @augments Exchange
*/
export default class hitbtc3 extends hitbtc {
describe() {
return this.deepExtend(super.describe(), {
'id': 'hitbtc3',
'alias': true,
});
}
}