ccxt
Version:
18 lines (14 loc) • 437 B
JavaScript
var zonda = require('./zonda.js');
// ---------------------------------------------------------------------------
// ---------------------------------------------------------------------------
class bitbay extends zonda {
describe() {
return this.deepExtend(super.describe(), {
'id': 'bitbay',
'name': 'BitBay',
'alias': true,
});
}
}
module.exports = bitbay;
;