ccxt-look
Version:
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,
});
}
};