@gainsnetwork/sdk 0.0.30-rc5 → 0.0.30-rc7

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.
@@ -137,3 +137,4 @@ export declare const stockSplits: {
137
137
  };
138
138
  export declare const defaultSpreadReductionsP100: number[];
139
139
  export declare const delistedPairIxs: Set<number>;
140
+ export declare const delistedGroupsIxs: Set<number>;
package/lib/constants.js CHANGED
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.delistedPairIxs = exports.defaultSpreadReductionsP100 = exports.stockSplits = exports.tickerChanges = exports.getAssetClassFromGroupIndex = exports.pairs = void 0;
3
+ exports.delistedGroupsIxs = exports.delistedPairIxs = exports.defaultSpreadReductionsP100 = exports.stockSplits = exports.tickerChanges = exports.getAssetClassFromGroupIndex = exports.pairs = void 0;
4
4
  exports.pairs = {
5
5
  "BTC/USD": "crypto",
6
6
  "ETH/USD": "crypto",
@@ -148,3 +148,4 @@ exports.delistedPairIxs = new Set([
148
148
  70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88,
149
149
  89, 97, 99, 101, 106, 107, 108,
150
150
  ]);
151
+ exports.delistedGroupsIxs = new Set([6, 7]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gainsnetwork/sdk",
3
- "version": "0.0.30-rc5",
3
+ "version": "0.0.30-rc7",
4
4
  "description": "Gains Network SDK",
5
5
  "main": "./lib/index.js",
6
6
  "files": [