@gainsnetwork/sdk 0.2.43-rc1 → 0.2.43-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.
package/lib/constants.js CHANGED
@@ -315,6 +315,7 @@ const getAssetClassFromGroupIndex = (groupIndex) => {
315
315
  switch (groupIndex) {
316
316
  case 0:
317
317
  case 10:
318
+ case 11:
318
319
  return CRYPTO;
319
320
  case 1:
320
321
  case 8:
@@ -405,4 +405,5 @@ const PAIR_INDEX_TO_DESCRIPTION = {
405
405
  [types_1.PairIndex.HOTUSD]: "Holo to US Dollar",
406
406
  [types_1.PairIndex.STORJUSD]: "Storj to US Dollar",
407
407
  [types_1.PairIndex.RAYUSD]: "Raydium to US Dollar",
408
+ [types_1.PairIndex.BTCDEGEN]: "Bitcoin to US Dollar",
408
409
  };
@@ -518,5 +518,6 @@ export declare enum PairIndex {
518
518
  DOGUSD = 296,
519
519
  HOTUSD = 297,
520
520
  STORJUSD = 298,
521
- RAYUSD = 299
521
+ RAYUSD = 299,
522
+ BTCDEGEN = 300
522
523
  }
@@ -329,4 +329,5 @@ var PairIndex;
329
329
  PairIndex[PairIndex["HOTUSD"] = 297] = "HOTUSD";
330
330
  PairIndex[PairIndex["STORJUSD"] = 298] = "STORJUSD";
331
331
  PairIndex[PairIndex["RAYUSD"] = 299] = "RAYUSD";
332
+ PairIndex[PairIndex["BTCDEGEN"] = 300] = "BTCDEGEN";
332
333
  })(PairIndex = exports.PairIndex || (exports.PairIndex = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gainsnetwork/sdk",
3
- "version": "0.2.43-rc1",
3
+ "version": "0.2.43-rc3",
4
4
  "description": "Gains Network SDK",
5
5
  "main": "./lib/index.js",
6
6
  "files": [