@gainsnetwork/sdk 0.2.67-rc1 → 0.2.67-rc3

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.
@@ -378,14 +378,14 @@ export declare const pairs: {
378
378
  "COIN/USD": string;
379
379
  "HOOD/USD": string;
380
380
  "MSTR/USD": string;
381
- "NIK/USD": string;
382
381
  "NFLX/USD": string;
383
- "NDX/USD": string;
384
382
  "DAX/USD": string;
385
- "FTSE/USD": string;
386
383
  "LAUNCHCOIN/USD": string;
387
384
  "NXPC/USD": string;
388
385
  "SOPH/USD": string;
386
+ "LPT/USD": string;
387
+ "BVIV/USD": string;
388
+ "EVIV/USD": string;
389
389
  };
390
390
  export declare const syntheticPairs: Set<string>;
391
391
  export declare const parentToSyntheticPairMap: Map<string, string>;
package/lib/constants.js CHANGED
@@ -386,14 +386,14 @@ exports.pairs = {
386
386
  "COIN/USD": STOCKS,
387
387
  "HOOD/USD": STOCKS,
388
388
  "MSTR/USD": STOCKS,
389
- "NIK/USD": STOCKS,
390
389
  "NFLX/USD": STOCKS,
391
- "NDX/USD": INDICES,
392
390
  "DAX/USD": INDICES,
393
- "FTSE/USD": INDICES,
394
391
  "LAUNCHCOIN/USD": CRYPTO,
395
392
  "NXPC/USD": CRYPTO,
396
393
  "SOPH/USD": CRYPTO,
394
+ "LPT/USD": CRYPTO,
395
+ "BVIV/USD": CRYPTO,
396
+ "EVIV/USD": CRYPTO,
397
397
  };
398
398
  exports.syntheticPairs = new Set([
399
399
  "BTCDEGEN/USD",
@@ -484,12 +484,12 @@ const PAIR_INDEX_TO_DESCRIPTION = {
484
484
  [types_1.PairIndex.COINUSD]: "Coinbase to US Dollar",
485
485
  [types_1.PairIndex.HOODUSD]: "Robinhood Markets to US Dollar",
486
486
  [types_1.PairIndex.MSTRUSD]: "MicroStrategy Inc to US Dollar",
487
- [types_1.PairIndex.NIKUSD]: "Nike to US Dollar",
488
487
  [types_1.PairIndex.NFLXUSD]: "Netflix to US Dollar",
489
- [types_1.PairIndex.NDXUSD]: "NASDAQ 100 to US Dollar",
490
488
  [types_1.PairIndex.DAXUSD]: "DAX to US Dollar",
491
- [types_1.PairIndex.FTSEUSD]: "FTSE 100 to US Dollar",
492
489
  [types_1.PairIndex.LAUNCHCOINUSD]: "Launch Coin on Believe to US Dollar",
493
490
  [types_1.PairIndex.NXPCUSD]: "NEXPACE to US Dollar",
494
491
  [types_1.PairIndex.SOPHUSD]: "Sophon to US Dollar",
492
+ [types_1.PairIndex.LPTUSD]: "Livepeer to US Dollar",
493
+ [types_1.PairIndex.BVIVUSD]: "Bitcoin Volmex Implied Volatility 30 Day Index",
494
+ [types_1.PairIndex.EVIVUSD]: "Ethereum Volmex Implied Volatility 30 Day Index",
495
495
  };
@@ -602,12 +602,12 @@ export declare enum PairIndex {
602
602
  COINUSD = 376,
603
603
  HOODUSD = 377,
604
604
  MSTRUSD = 378,
605
- NIKUSD = 379,
606
- NFLXUSD = 380,
607
- NDXUSD = 381,
608
- DAXUSD = 382,
609
- FTSEUSD = 383,
610
- LAUNCHCOINUSD = 384,
611
- NXPCUSD = 385,
612
- SOPHUSD = 386
605
+ NFLXUSD = 379,
606
+ DAXUSD = 380,
607
+ LAUNCHCOINUSD = 381,
608
+ NXPCUSD = 382,
609
+ SOPHUSD = 383,
610
+ LPTUSD = 384,
611
+ BVIVUSD = 385,
612
+ EVIVUSD = 386
613
613
  }
@@ -408,12 +408,12 @@ var PairIndex;
408
408
  PairIndex[PairIndex["COINUSD"] = 376] = "COINUSD";
409
409
  PairIndex[PairIndex["HOODUSD"] = 377] = "HOODUSD";
410
410
  PairIndex[PairIndex["MSTRUSD"] = 378] = "MSTRUSD";
411
- PairIndex[PairIndex["NIKUSD"] = 379] = "NIKUSD";
412
- PairIndex[PairIndex["NFLXUSD"] = 380] = "NFLXUSD";
413
- PairIndex[PairIndex["NDXUSD"] = 381] = "NDXUSD";
414
- PairIndex[PairIndex["DAXUSD"] = 382] = "DAXUSD";
415
- PairIndex[PairIndex["FTSEUSD"] = 383] = "FTSEUSD";
416
- PairIndex[PairIndex["LAUNCHCOINUSD"] = 384] = "LAUNCHCOINUSD";
417
- PairIndex[PairIndex["NXPCUSD"] = 385] = "NXPCUSD";
418
- PairIndex[PairIndex["SOPHUSD"] = 386] = "SOPHUSD";
411
+ PairIndex[PairIndex["NFLXUSD"] = 379] = "NFLXUSD";
412
+ PairIndex[PairIndex["DAXUSD"] = 380] = "DAXUSD";
413
+ PairIndex[PairIndex["LAUNCHCOINUSD"] = 381] = "LAUNCHCOINUSD";
414
+ PairIndex[PairIndex["NXPCUSD"] = 382] = "NXPCUSD";
415
+ PairIndex[PairIndex["SOPHUSD"] = 383] = "SOPHUSD";
416
+ PairIndex[PairIndex["LPTUSD"] = 384] = "LPTUSD";
417
+ PairIndex[PairIndex["BVIVUSD"] = 385] = "BVIVUSD";
418
+ PairIndex[PairIndex["EVIVUSD"] = 386] = "EVIVUSD";
419
419
  })(PairIndex = exports.PairIndex || (exports.PairIndex = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gainsnetwork/sdk",
3
- "version": "0.2.67-rc1",
3
+ "version": "0.2.67-rc3",
4
4
  "description": "Gains Network SDK",
5
5
  "main": "./lib/index.js",
6
6
  "files": [