sfccxt
Version:
A JavaScript / Python / PHP cryptocurrency trading library with support for 130+ exchanges
17 lines (12 loc) • 407 B
JavaScript
// ---------------------------------------------------------------------------
const zonda = require ('./zonda.js');
// ---------------------------------------------------------------------------
module.exports = class bitbay extends zonda {
describe () {
return this.deepExtend (super.describe (), {
'id': 'bitbay',
'alias': true,
});
}
};
;