UNPKG

@usherlabs/ccxt

Version:

A JavaScript cryptocurrency trading library with support for 100+ exchanges + optional Verity zkTLS proof of data source.

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