UNPKG

sfccxt

Version:

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

17 lines (12 loc) 405 B
'use strict'; // --------------------------------------------------------------------------- const gate = require ('./gate.js'); // --------------------------------------------------------------------------- module.exports = class gateio extends gate { describe () { return this.deepExtend (super.describe (), { 'alias': true, 'id': 'gateio', }); } };