remsed
Version:
A JavaScript cryptocurrency trading library with support for fairdesk.com
17 lines (13 loc) • 405 B
JavaScript
;
var gate = require('./gate.js');
// ----------------------------------------------------------------------------
// ---------------------------------------------------------------------------
class gateio extends gate {
describe() {
return this.deepExtend(super.describe(), {
'alias': true,
'id': 'gateio',
});
}
}
module.exports = gateio;