@proton/ccxt
Version:
A JavaScript / TypeScript / Python / C# / PHP cryptocurrency trading library with support for 130+ exchanges
17 lines (13 loc) • 404 B
JavaScript
var gate = require('./gate.js');
// ---------------------------------------------------------------------------
// ---------------------------------------------------------------------------
class gateio extends gate {
describe() {
return this.deepExtend(super.describe(), {
'id': 'gateio',
'alias': true,
});
}
}
module.exports = gateio;
;