@gainsnetwork/sdk 0.2.27-rc1 → 0.2.27-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.
@@ -274,6 +274,7 @@ export declare const pairs: {
274
274
  "NEIRO/USD": string;
275
275
  "SUNDOG/USD": string;
276
276
  "CAT/USD": string;
277
+ "BABYDOGE/USD": string;
277
278
  };
278
279
  export declare const getAssetClassFromGroupIndex: (groupIndex: number) => string | undefined;
279
280
  export declare const tickerChanges: {
package/lib/constants.js CHANGED
@@ -282,6 +282,7 @@ exports.pairs = {
282
282
  "NEIRO/USD": CRYPTO,
283
283
  "SUNDOG/USD": CRYPTO,
284
284
  "CAT/USD": CRYPTO,
285
+ "BABYDOGE/USD": CRYPTO,
285
286
  };
286
287
  const getAssetClassFromGroupIndex = (groupIndex) => {
287
288
  switch (groupIndex) {
@@ -317,7 +318,7 @@ exports.delistedPairIxs = new Set([
317
318
  6, 31, 36, 45, 48, 51, 54, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70,
318
319
  71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89,
319
320
  97, 99, 101, 106, 108, 52, 131, 147, 160, 179, 182, 183, 190, 229, 163, 155,
320
- 15, 170, 239, 254, 230, 4,
321
+ 15, 170, 239, 254, 230, 4, 275,
321
322
  ]);
322
323
  exports.delistedGroupsIxs = new Set([6, 7]);
323
324
  exports.DEFAULT_PROTECTION_CLOSE_FACTOR = 1;
@@ -380,4 +380,5 @@ const PAIR_INDEX_TO_DESCRIPTION = {
380
380
  [types_1.PairIndex.NEIROUSD]: "Neiro on ETH to US Dollar",
381
381
  [types_1.PairIndex.SUNDOGUSD]: "Sundog to US Dollar",
382
382
  [types_1.PairIndex.CATUSD]: "Simon's Cat to US Dollar",
383
+ [types_1.PairIndex.BABYDOGEUSD]: "Baby Doge Coin to US Dollar",
383
384
  };
@@ -481,5 +481,6 @@ export declare enum PairIndex {
481
481
  FLUXUSD = 271,
482
482
  NEIROUSD = 272,
483
483
  SUNDOGUSD = 273,
484
- CATUSD = 274
484
+ CATUSD = 274,
485
+ BABYDOGEUSD = 275
485
486
  }
@@ -304,4 +304,5 @@ var PairIndex;
304
304
  PairIndex[PairIndex["NEIROUSD"] = 272] = "NEIROUSD";
305
305
  PairIndex[PairIndex["SUNDOGUSD"] = 273] = "SUNDOGUSD";
306
306
  PairIndex[PairIndex["CATUSD"] = 274] = "CATUSD";
307
+ PairIndex[PairIndex["BABYDOGEUSD"] = 275] = "BABYDOGEUSD";
307
308
  })(PairIndex = exports.PairIndex || (exports.PairIndex = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gainsnetwork/sdk",
3
- "version": "0.2.27-rc1",
3
+ "version": "0.2.27-rc3",
4
4
  "description": "Gains Network SDK",
5
5
  "main": "./lib/index.js",
6
6
  "files": [