UNPKG

@jalmonter/ccxt

Version:

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

12 lines (11 loc) 374 B
// --------------------------------------------------------------------------- import gate from './gate.js'; // --------------------------------------------------------------------------- export default class gateio extends gate { describe() { return this.deepExtend(super.describe(), { 'id': 'gateio', 'alias': true, }); } }