@gainsnetwork/sdk 1.6.0 → 1.6.1-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.
@@ -435,6 +435,9 @@ export declare const pairs: {
435
435
  "MON/USD": string;
436
436
  "MET/USD": string;
437
437
  "TURTLE/USD": string;
438
+ "SPX500/USD": string;
439
+ "NAS100/USD": string;
440
+ "USA30/USD": string;
438
441
  };
439
442
  export declare const syntheticPairs: Set<string>;
440
443
  export declare const parentToSyntheticPairMap: Map<string, string>;
package/lib/constants.js CHANGED
@@ -443,6 +443,9 @@ exports.pairs = {
443
443
  "MON/USD": CRYPTO,
444
444
  "MET/USD": CRYPTO,
445
445
  "TURTLE/USD": CRYPTO,
446
+ "SPX500/USD": INDICES,
447
+ "NAS100/USD": INDICES,
448
+ "USA30/USD": INDICES,
446
449
  };
447
450
  exports.syntheticPairs = new Set([
448
451
  "BTCDEGEN/USD",
@@ -490,14 +493,14 @@ exports.stockSplits = {
490
493
  "TSLA_1/USD": { date: "8/25/2022", split: 3 },
491
494
  };
492
495
  exports.delistedPairIxs = new Set([
493
- 4, 6, 12, 15, 24, 25, 27, 28, 30, 31, 36, 41, 48, 51, 52, 53, 54, 56, 59, 60, 61,
494
- 63, 66, 67, 68, 69, 70, 71, 72, 73, 75, 76, 77, 78, 79, 95, 96, 97, 98, 99,
495
- 101, 106, 111, 113, 114, 116, 118, 120, 122, 123, 125, 127, 130, 147, 152,
496
- 160, 163, 170, 179, 182, 183, 186, 188, 189, 190, 198, 208, 209, 224, 225, 227,
497
- 229, 230, 231, 234, 238, 239, 241, 247, 250, 253, 254, 258, 261, 270, 272, 275,
498
- 276, 278, 279, 280, 285, 290, 291, 292, 294, 296, 303, 305, 306, 311, 322, 330,
499
- 333, 336, 337, 342, 343, 344, 347, 349, 350, 352, 354, 355, 357, 365, 366, 395,
500
- 396, 400, 401, 408, 423, 427, 433,
496
+ 4, 6, 12, 15, 24, 25, 27, 28, 30, 31, 36, 41, 48, 51, 52, 53, 54, 56, 59, 60,
497
+ 61, 63, 66, 67, 68, 69, 70, 71, 72, 73, 75, 76, 77, 78, 79, 95, 96, 97, 98,
498
+ 99, 101, 106, 111, 113, 114, 116, 118, 120, 122, 123, 125, 127, 130, 147, 152,
499
+ 160, 163, 170, 179, 182, 183, 186, 188, 189, 190, 198, 208, 209, 224, 225,
500
+ 227, 229, 230, 231, 234, 238, 239, 241, 247, 250, 253, 254, 258, 261, 270,
501
+ 272, 275, 276, 278, 279, 280, 285, 290, 291, 292, 294, 296, 303, 305, 306,
502
+ 311, 322, 330, 333, 336, 337, 342, 343, 344, 347, 349, 350, 352, 354, 355,
503
+ 357, 365, 366, 395, 396, 400, 401, 408, 423, 427, 433, 436, 437, 438,
501
504
  ]);
502
505
  exports.delistedGroupsIxs = new Set([]);
503
506
  exports.DEFAULT_PROTECTION_CLOSE_FACTOR = 1;
@@ -589,4 +589,7 @@ const PAIR_INDEX_TO_DESCRIPTION = {
589
589
  [types_1.PairIndex.MONUSD]: "Monad to US Dollar",
590
590
  [types_1.PairIndex.METUSD]: "Meteora to US Dollar",
591
591
  [types_1.PairIndex.TURTLEUSD]: "Turtle to US Dollar",
592
+ [types_1.PairIndex.SPX500USD]: "S&P500 to US Dollar",
593
+ [types_1.PairIndex.NAS100USD]: "NASDAQ 100 to US Dollar",
594
+ [types_1.PairIndex.USA30USD]: "Down Jones 30 to US Dollar",
592
595
  };
@@ -763,5 +763,8 @@ export declare enum PairIndex {
763
763
  USELESSUSD = 432,
764
764
  MONUSD = 433,
765
765
  METUSD = 434,
766
- TURTLEUSD = 435
766
+ TURTLEUSD = 435,
767
+ SPX500USD = 436,
768
+ NAS100USD = 437,
769
+ USA30USD = 438
767
770
  }
@@ -465,4 +465,7 @@ var PairIndex;
465
465
  PairIndex[PairIndex["MONUSD"] = 433] = "MONUSD";
466
466
  PairIndex[PairIndex["METUSD"] = 434] = "METUSD";
467
467
  PairIndex[PairIndex["TURTLEUSD"] = 435] = "TURTLEUSD";
468
+ PairIndex[PairIndex["SPX500USD"] = 436] = "SPX500USD";
469
+ PairIndex[PairIndex["NAS100USD"] = 437] = "NAS100USD";
470
+ PairIndex[PairIndex["USA30USD"] = 438] = "USA30USD";
468
471
  })(PairIndex = exports.PairIndex || (exports.PairIndex = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gainsnetwork/sdk",
3
- "version": "1.6.0",
3
+ "version": "1.6.1-rc1",
4
4
  "description": "Gains Network SDK",
5
5
  "main": "./lib/index.js",
6
6
  "files": [