UNPKG

@jalmonter/ccxt

Version:

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

13 lines (12 loc) 407 B
// --------------------------------------------------------------------------- import zonda from './zonda.js'; // --------------------------------------------------------------------------- export default class bitbay extends zonda { describe() { return this.deepExtend(super.describe(), { 'id': 'bitbay', 'name': 'BitBay', 'alias': true, }); } }