@gainsnetwork/sdk 1.7.4-rc2 → 1.7.5-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.
@@ -445,6 +445,22 @@ export declare const pairs: {
445
445
  "DUSK/USD": string;
446
446
  "SCRT/USD": string;
447
447
  "DCR/USD": string;
448
+ "RKLB/USD": string;
449
+ "ASTS/USD": string;
450
+ "ARKX/USD": string;
451
+ "CC/USD": string;
452
+ "KC/USD": string;
453
+ "CT/USD": string;
454
+ "RB/USD": string;
455
+ "NG/USD": string;
456
+ "ZS/USD": string;
457
+ "SB/USD": string;
458
+ "ZW/USD": string;
459
+ "UX/USD": string;
460
+ "GDX/USD": string;
461
+ "SOYBEAN/USD": string;
462
+ "USCOCOA/USD": string;
463
+ "CC1/USD": string;
448
464
  };
449
465
  export declare const syntheticPairs: Set<string>;
450
466
  export declare const parentToSyntheticPairMap: Map<string, string>;
package/lib/constants.js CHANGED
@@ -453,6 +453,22 @@ exports.pairs = {
453
453
  "DUSK/USD": CRYPTO,
454
454
  "SCRT/USD": CRYPTO,
455
455
  "DCR/USD": CRYPTO,
456
+ "RKLB/USD": STOCKS,
457
+ "ASTS/USD": STOCKS,
458
+ "ARKX/USD": STOCKS,
459
+ "CC/USD": COMMODITIES,
460
+ "KC/USD": COMMODITIES,
461
+ "CT/USD": COMMODITIES,
462
+ "RB/USD": COMMODITIES,
463
+ "NG/USD": COMMODITIES,
464
+ "ZS/USD": COMMODITIES,
465
+ "SB/USD": COMMODITIES,
466
+ "ZW/USD": COMMODITIES,
467
+ "UX/USD": COMMODITIES,
468
+ "GDX/USD": INDICES,
469
+ "SOYBEAN/USD": COMMODITIES,
470
+ "USCOCOA/USD": COMMODITIES,
471
+ "CC1/USD": COMMODITIES,
456
472
  };
457
473
  exports.syntheticPairs = new Set([
458
474
  "BTCDEGEN/USD",
@@ -509,7 +525,8 @@ exports.delistedPairIxs = new Set([
509
525
  272, 273, 275, 276, 278, 279, 280, 281, 284, 285, 290, 291, 292, 294, 296, 303,
510
526
  305, 306, 311, 312, 322, 323, 330, 333, 335, 336, 337, 342, 343, 344, 346, 347,
511
527
  349, 350, 351, 352, 353, 354, 355, 357, 362, 365, 366, 372, 379, 380, 387, 395,
512
- 396, 400, 401, 408, 423, 427, 428, 430, 435, 436, 437, 438, 441, 443, 444, 445,
528
+ 396, 400, 401, 408, 423, 427, 428, 430, 435, 436, 437, 438, 441, 446, 447, 448,
529
+ 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461,
513
530
  ]);
514
531
  exports.delistedGroupsIxs = new Set([]);
515
532
  exports.DEFAULT_PROTECTION_CLOSE_FACTOR = 1;
@@ -599,4 +599,20 @@ const PAIR_INDEX_TO_DESCRIPTION = {
599
599
  [types_1.PairIndex.DUSKUSD]: "DUSK to US Dollar",
600
600
  [types_1.PairIndex.SCRTUSD]: "Secret to US Dollar",
601
601
  [types_1.PairIndex.DCRUSD]: "Decred to US Dollar",
602
+ [types_1.PairIndex.RKLBUSD]: "Rocket Lab Corp to US Dollar",
603
+ [types_1.PairIndex.ASTSUSD]: "AST SpaceMobile to US Dollar",
604
+ [types_1.PairIndex.ARKXUSD]: "ARK Space & Defense Innovation ETF to US Dollar",
605
+ [types_1.PairIndex.CCUSD]: "US Cocoa to US Dollar",
606
+ [types_1.PairIndex.KCUSD]: "Coffee Arabica to US Dollar",
607
+ [types_1.PairIndex.CTUSD]: "Cotton to US Dollar",
608
+ [types_1.PairIndex.RBUSD]: "Gasoline to US Dollar",
609
+ [types_1.PairIndex.NGUSD]: "Natural Gas to US Dollar",
610
+ [types_1.PairIndex.ZSUSD]: "Soybean to US Dollar",
611
+ [types_1.PairIndex.SBUSD]: "Sugar Raw to US Dollar",
612
+ [types_1.PairIndex.ZWUSD]: "US Wheat to US Dollar",
613
+ [types_1.PairIndex.UXUSD]: "Uranium to US Dollar",
614
+ [types_1.PairIndex.GDXUSD]: "VanEck Gold Miners ETF to US Dollar",
615
+ [types_1.PairIndex.SOYBEANUSD]: "Soybean2 to US Dollar",
616
+ [types_1.PairIndex.USCOCOAUSD]: "US Cocoa2 to US Dollar",
617
+ [types_1.PairIndex.CC1USD]: "US Cocoa3 to US Dollar",
602
618
  };
@@ -773,5 +773,21 @@ export declare enum PairIndex {
773
773
  LITUSD = 442,
774
774
  DUSKUSD = 443,
775
775
  SCRTUSD = 444,
776
- DCRUSD = 445
776
+ DCRUSD = 445,
777
+ RKLBUSD = 446,
778
+ ASTSUSD = 447,
779
+ ARKXUSD = 448,
780
+ CCUSD = 449,
781
+ KCUSD = 450,
782
+ CTUSD = 451,
783
+ RBUSD = 452,
784
+ NGUSD = 453,
785
+ ZSUSD = 454,
786
+ SBUSD = 455,
787
+ ZWUSD = 456,
788
+ UXUSD = 457,
789
+ GDXUSD = 458,
790
+ SOYBEANUSD = 459,
791
+ USCOCOAUSD = 460,
792
+ CC1USD = 461
777
793
  }
@@ -475,4 +475,20 @@ var PairIndex;
475
475
  PairIndex[PairIndex["DUSKUSD"] = 443] = "DUSKUSD";
476
476
  PairIndex[PairIndex["SCRTUSD"] = 444] = "SCRTUSD";
477
477
  PairIndex[PairIndex["DCRUSD"] = 445] = "DCRUSD";
478
+ PairIndex[PairIndex["RKLBUSD"] = 446] = "RKLBUSD";
479
+ PairIndex[PairIndex["ASTSUSD"] = 447] = "ASTSUSD";
480
+ PairIndex[PairIndex["ARKXUSD"] = 448] = "ARKXUSD";
481
+ PairIndex[PairIndex["CCUSD"] = 449] = "CCUSD";
482
+ PairIndex[PairIndex["KCUSD"] = 450] = "KCUSD";
483
+ PairIndex[PairIndex["CTUSD"] = 451] = "CTUSD";
484
+ PairIndex[PairIndex["RBUSD"] = 452] = "RBUSD";
485
+ PairIndex[PairIndex["NGUSD"] = 453] = "NGUSD";
486
+ PairIndex[PairIndex["ZSUSD"] = 454] = "ZSUSD";
487
+ PairIndex[PairIndex["SBUSD"] = 455] = "SBUSD";
488
+ PairIndex[PairIndex["ZWUSD"] = 456] = "ZWUSD";
489
+ PairIndex[PairIndex["UXUSD"] = 457] = "UXUSD";
490
+ PairIndex[PairIndex["GDXUSD"] = 458] = "GDXUSD";
491
+ PairIndex[PairIndex["SOYBEANUSD"] = 459] = "SOYBEANUSD";
492
+ PairIndex[PairIndex["USCOCOAUSD"] = 460] = "USCOCOAUSD";
493
+ PairIndex[PairIndex["CC1USD"] = 461] = "CC1USD";
478
494
  })(PairIndex = exports.PairIndex || (exports.PairIndex = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gainsnetwork/sdk",
3
- "version": "1.7.4-rc2",
3
+ "version": "1.7.5-rc1",
4
4
  "description": "Gains Network SDK",
5
5
  "main": "./lib/index.js",
6
6
  "files": [