@gainsnetwork/sdk 0.2.55-rc1 → 0.2.55-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.
@@ -341,6 +341,7 @@ export declare const pairs: {
341
341
  "VVV/USD": string;
342
342
  "VINE/USD": string;
343
343
  "TOSHI/USD": string;
344
+ "BERA/USD": string;
344
345
  };
345
346
  export declare const syntheticPairs: Set<string>;
346
347
  export declare const parentToSyntheticPairMap: Map<string, string>;
package/lib/constants.js CHANGED
@@ -349,6 +349,7 @@ exports.pairs = {
349
349
  "VVV/USD": CRYPTO,
350
350
  "VINE/USD": CRYPTO,
351
351
  "TOSHI/USD": CRYPTO,
352
+ "BERA/USD": CRYPTO,
352
353
  };
353
354
  exports.syntheticPairs = new Set([
354
355
  "BTCDEGEN/USD",
@@ -400,7 +401,7 @@ exports.delistedPairIxs = new Set([
400
401
  71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89,
401
402
  97, 99, 101, 106, 108, 52, 131, 147, 152, 160, 179, 182, 183, 190, 229, 163,
402
403
  15, 170, 239, 254, 230, 4, 275, 290, 296, 311, 330, 250, 276, 338, 339, 340,
403
- 341,
404
+ 341, 342,
404
405
  ]);
405
406
  exports.delistedGroupsIxs = new Set([6, 7]);
406
407
  exports.DEFAULT_PROTECTION_CLOSE_FACTOR = 1;
@@ -447,4 +447,5 @@ const PAIR_INDEX_TO_DESCRIPTION = {
447
447
  [types_1.PairIndex.VVVUSD]: "Venice Token to US Dollar",
448
448
  [types_1.PairIndex.VINEUSD]: "Vine coin to US Dollar",
449
449
  [types_1.PairIndex.TOSHIUSD]: "Toshi to US Dollar",
450
+ [types_1.PairIndex.BERAUSD]: "Berachain to US Dollar",
450
451
  };
@@ -560,5 +560,6 @@ export declare enum PairIndex {
560
560
  PLUMEUSD = 338,
561
561
  VVVUSD = 339,
562
562
  VINEUSD = 340,
563
- TOSHIUSD = 341
563
+ TOSHIUSD = 341,
564
+ BERAUSD = 342
564
565
  }
@@ -371,4 +371,5 @@ var PairIndex;
371
371
  PairIndex[PairIndex["VVVUSD"] = 339] = "VVVUSD";
372
372
  PairIndex[PairIndex["VINEUSD"] = 340] = "VINEUSD";
373
373
  PairIndex[PairIndex["TOSHIUSD"] = 341] = "TOSHIUSD";
374
+ PairIndex[PairIndex["BERAUSD"] = 342] = "BERAUSD";
374
375
  })(PairIndex = exports.PairIndex || (exports.PairIndex = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gainsnetwork/sdk",
3
- "version": "0.2.55-rc1",
3
+ "version": "0.2.55-rc3",
4
4
  "description": "Gains Network SDK",
5
5
  "main": "./lib/index.js",
6
6
  "files": [