UNPKG

@kraken-crypto/ccxt

Version:

A cryptocurrency trading API with more than 100 exchanges in JavaScript / TypeScript / Python / C# / PHP / Go

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, }); } }