@kraken-crypto/ccxt
Version:
A cryptocurrency trading API with more than 100 exchanges in JavaScript / TypeScript / Python / C# / PHP / Go
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;