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