UNPKG

sfccxt

Version:

A JavaScript / Python / PHP cryptocurrency trading library with support for 130+ exchanges

17 lines (12 loc) 402 B
'use strict'; // --------------------------------------------------------------------------- const okex = require ('./okex.js'); // --------------------------------------------------------------------------- module.exports = class okex5 extends okex { describe () { return this.deepExtend (super.describe (), { 'id': 'okex5', 'alias': true, }); } };