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