ccxt 4.3.49 → 4.3.51

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cjs/ccxt.js CHANGED
@@ -188,7 +188,7 @@ var woofipro$1 = require('./src/pro/woofipro.js');
188
188
 
189
189
  //-----------------------------------------------------------------------------
190
190
  // this is updated by vss.js when building
191
- const version = '4.3.49';
191
+ const version = '4.3.51';
192
192
  Exchange["default"].ccxtVersion = version;
193
193
  const exchanges = {
194
194
  'ace': ace,
@@ -20,7 +20,7 @@ class bigone extends bigone$1 {
20
20
  'name': 'BigONE',
21
21
  'countries': ['CN'],
22
22
  'version': 'v3',
23
- 'rateLimit': 1200,
23
+ 'rateLimit': 20,
24
24
  'has': {
25
25
  'CORS': undefined,
26
26
  'spot': true,