@kraken-crypto/ccxt
Version:
A cryptocurrency trading API with more than 100 exchanges in JavaScript / TypeScript / Python / C# / PHP / Go
19 lines (14 loc) • 483 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var gate = require('./gate.js');
// ---------------------------------------------------------------------------
// ---------------------------------------------------------------------------
class gateio extends gate["default"] {
describe() {
return this.deepExtend(super.describe(), {
'id': 'gateio',
'alias': true,
});
}
}
exports["default"] = gateio;