UNPKG

preidman-ccxt

Version:

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

17 lines (12 loc) 413 B
'use strict'; // --------------------------------------------------------------------------- const liquid = require ('./liquid'); // --------------------------------------------------------------------------- module.exports = class qryptos extends liquid { describe () { return this.deepExtend (super.describe (), { 'id': 'qryptos', 'name': 'QRYPTOS', }); } };