UNPKG

ccxt

Version:

A JavaScript / TypeScript / Python / C# / PHP cryptocurrency trading library with support for 100+ exchanges

18 lines (14 loc) 437 B
'use strict'; var zonda = require('./zonda.js'); // --------------------------------------------------------------------------- // --------------------------------------------------------------------------- class bitbay extends zonda { describe() { return this.deepExtend(super.describe(), { 'id': 'bitbay', 'name': 'BitBay', 'alias': true, }); } } module.exports = bitbay;