@usherlabs/ccxt
Version:
A JavaScript cryptocurrency trading library with support for 100+ exchanges + optional Verity zkTLS proof of data source.
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;