@gainsnetwork/sdk 0.2.52-rc2 → 0.2.53-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.
@@ -329,6 +329,14 @@ export declare const pairs: {
329
329
  "BNBDEGEN/USD": string;
330
330
  "TRUMP/USD": string;
331
331
  "MELANIA/USD": string;
332
+ "MODE/USD": string;
333
+ "HYPE/USD": string;
334
+ "S/USD": string;
335
+ "ARC/USD": string;
336
+ "ARKM/USD": string;
337
+ "GRIFFAIN/USD": string;
338
+ "SWARMS/USD": string;
339
+ "ANIME/USD": string;
332
340
  };
333
341
  export declare const syntheticPairs: Set<string>;
334
342
  export declare const parentToSyntheticPairMap: Map<string, string>;
package/lib/constants.js CHANGED
@@ -337,6 +337,14 @@ exports.pairs = {
337
337
  "BNBDEGEN/USD": CRYPTO,
338
338
  "TRUMP/USD": CRYPTO,
339
339
  "MELANIA/USD": CRYPTO,
340
+ "MODE/USD": CRYPTO,
341
+ "HYPE/USD": CRYPTO,
342
+ "S/USD": CRYPTO,
343
+ "ARC/USD": CRYPTO,
344
+ "ARKM/USD": CRYPTO,
345
+ "GRIFFAIN/USD": CRYPTO,
346
+ "SWARMS/USD": CRYPTO,
347
+ "ANIME/USD": CRYPTO,
340
348
  };
341
349
  exports.syntheticPairs = new Set([
342
350
  "BTCDEGEN/USD",
@@ -387,7 +395,8 @@ exports.delistedPairIxs = new Set([
387
395
  4, 6, 31, 36, 48, 51, 54, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70,
388
396
  71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89,
389
397
  97, 99, 101, 106, 108, 52, 131, 147, 152, 160, 179, 182, 183, 190, 229, 163,
390
- 15, 170, 239, 254, 230, 4, 275, 290, 296, 311,
398
+ 15, 170, 239, 254, 230, 4, 275, 290, 296, 311, 330, 331, 332, 333, 334, 335,
399
+ 336, 337,
391
400
  ]);
392
401
  exports.delistedGroupsIxs = new Set([6, 7]);
393
402
  exports.DEFAULT_PROTECTION_CLOSE_FACTOR = 1;
@@ -435,4 +435,12 @@ const PAIR_INDEX_TO_DESCRIPTION = {
435
435
  [types_1.PairIndex.BNBDEGEN]: "Binance Coin to US Dollar",
436
436
  [types_1.PairIndex.TRUMPUSD]: "Official Trump to US Dollar",
437
437
  [types_1.PairIndex.MELANIAUSD]: "Melania Meme to US Dollar",
438
+ [types_1.PairIndex.MODEUSD]: "Mode to US Dollar",
439
+ [types_1.PairIndex.HYPEUSD]: "Hyperliquid to US Dollar",
440
+ [types_1.PairIndex.SUSD]: "Sonic (prev. FTM) to US Dollar",
441
+ [types_1.PairIndex.ARCUSD]: "AI Rig Complex to US Dollar",
442
+ [types_1.PairIndex.ARKMUSD]: "Arkham to US Dollar",
443
+ [types_1.PairIndex.GRIFFAINUSD]: "GRIFFAIN to US Dollar",
444
+ [types_1.PairIndex.SWARMSUSD]: "Swarms to US Dollar",
445
+ [types_1.PairIndex.ANIMEUSD]: "Animecoin to US Dollar",
438
446
  };
@@ -548,5 +548,13 @@ export declare enum PairIndex {
548
548
  XRPDEGEN = 326,
549
549
  BNBDEGEN = 327,
550
550
  TRUMPUSD = 328,
551
- MELANIAUSD = 329
551
+ MELANIAUSD = 329,
552
+ MODEUSD = 330,
553
+ HYPEUSD = 331,
554
+ SUSD = 332,
555
+ ARCUSD = 333,
556
+ ARKMUSD = 334,
557
+ GRIFFAINUSD = 335,
558
+ SWARMSUSD = 336,
559
+ ANIMEUSD = 337
552
560
  }
@@ -359,4 +359,12 @@ var PairIndex;
359
359
  PairIndex[PairIndex["BNBDEGEN"] = 327] = "BNBDEGEN";
360
360
  PairIndex[PairIndex["TRUMPUSD"] = 328] = "TRUMPUSD";
361
361
  PairIndex[PairIndex["MELANIAUSD"] = 329] = "MELANIAUSD";
362
+ PairIndex[PairIndex["MODEUSD"] = 330] = "MODEUSD";
363
+ PairIndex[PairIndex["HYPEUSD"] = 331] = "HYPEUSD";
364
+ PairIndex[PairIndex["SUSD"] = 332] = "SUSD";
365
+ PairIndex[PairIndex["ARCUSD"] = 333] = "ARCUSD";
366
+ PairIndex[PairIndex["ARKMUSD"] = 334] = "ARKMUSD";
367
+ PairIndex[PairIndex["GRIFFAINUSD"] = 335] = "GRIFFAINUSD";
368
+ PairIndex[PairIndex["SWARMSUSD"] = 336] = "SWARMSUSD";
369
+ PairIndex[PairIndex["ANIMEUSD"] = 337] = "ANIMEUSD";
362
370
  })(PairIndex = exports.PairIndex || (exports.PairIndex = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gainsnetwork/sdk",
3
- "version": "0.2.52-rc2",
3
+ "version": "0.2.53-rc1",
4
4
  "description": "Gains Network SDK",
5
5
  "main": "./lib/index.js",
6
6
  "files": [