@gainsnetwork/sdk 0.2.60-rc1 → 0.2.61-rc1

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.
@@ -352,6 +352,17 @@ export declare const pairs: {
352
352
  "PI/USD": string;
353
353
  "SHELL/USD": string;
354
354
  "BMT/USD": string;
355
+ "BROCCOLI/USD": string;
356
+ "TUT/USD": string;
357
+ "GPS/USD": string;
358
+ "RED/USD": string;
359
+ "MUBARAK/USD": string;
360
+ "FORM/USD": string;
361
+ "WAL/USD": string;
362
+ "NIL/USD": string;
363
+ "PARTI/USD": string;
364
+ "SIREN/USD": string;
365
+ "BANANAS31/USD": string;
355
366
  };
356
367
  export declare const syntheticPairs: Set<string>;
357
368
  export declare const parentToSyntheticPairMap: Map<string, string>;
package/lib/constants.js CHANGED
@@ -360,6 +360,17 @@ exports.pairs = {
360
360
  "PI/USD": CRYPTO,
361
361
  "SHELL/USD": CRYPTO,
362
362
  "BMT/USD": CRYPTO,
363
+ "BROCCOLI/USD": CRYPTO,
364
+ "TUT/USD": CRYPTO,
365
+ "GPS/USD": CRYPTO,
366
+ "RED/USD": CRYPTO,
367
+ "MUBARAK/USD": CRYPTO,
368
+ "FORM/USD": CRYPTO,
369
+ "WAL/USD": CRYPTO,
370
+ "NIL/USD": CRYPTO,
371
+ "PARTI/USD": CRYPTO,
372
+ "SIREN/USD": CRYPTO,
373
+ "BANANAS31/USD": CRYPTO,
363
374
  };
364
375
  exports.syntheticPairs = new Set([
365
376
  "BTCDEGEN/USD",
@@ -410,7 +421,7 @@ exports.delistedPairIxs = new Set([
410
421
  4, 6, 31, 36, 48, 51, 54, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70,
411
422
  71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89,
412
423
  97, 99, 101, 106, 52, 147, 152, 160, 179, 182, 183, 190, 229, 163, 15, 170,
413
- 239, 254, 230, 4, 275, 290, 296, 311, 330, 250, 276,
424
+ 239, 254, 230, 4, 275, 290, 296, 311, 330, 250, 276, 359, 360, 361, 362, 363,
414
425
  ]);
415
426
  exports.delistedGroupsIxs = new Set([6, 7]);
416
427
  exports.DEFAULT_PROTECTION_CLOSE_FACTOR = 1;