@gainsnetwork/sdk 0.2.19-rc1 → 0.2.19-rc2

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.
Files changed (2) hide show
  1. package/lib/constants.js +4 -4
  2. package/package.json +1 -1
package/lib/constants.js CHANGED
@@ -303,9 +303,9 @@ exports.stockSplits = {
303
303
  "TSLA_1/USD": { date: "8/25/2022", split: 3 },
304
304
  };
305
305
  exports.delistedPairIxs = new Set([
306
- 6, 31, 36, 42, 45, 48, 51, 54, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69,
307
- 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88,
308
- 89, 97, 99, 101, 106, 108, 52, 131, 147, 160, 179, 182, 183, 190, 229, 163,
309
- 155, 15, 170, 239, 254, 230, 257, 258, 259, 260, 261, 262, 263,
306
+ 6, 31, 36, 45, 48, 51, 54, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70,
307
+ 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89,
308
+ 97, 99, 101, 106, 108, 52, 131, 147, 160, 179, 182, 183, 190, 229, 163, 155,
309
+ 15, 170, 239, 254, 230,
310
310
  ]);
311
311
  exports.delistedGroupsIxs = new Set([6, 7]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gainsnetwork/sdk",
3
- "version": "0.2.19-rc1",
3
+ "version": "0.2.19-rc2",
4
4
  "description": "Gains Network SDK",
5
5
  "main": "./lib/index.js",
6
6
  "files": [