@gainsnetwork/sdk 1.0.5-rc1 → 1.0.5-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 +1 -1
  2. package/package.json +1 -1
package/lib/constants.js CHANGED
@@ -473,7 +473,7 @@ exports.delistedPairIxs = new Set([
473
473
  99, 101, 106, 111, 113, 114, 116, 118, 120, 122, 123, 125, 127, 130, 147, 152,
474
474
  160, 163, 170, 179, 182, 183, 188, 189, 190, 208, 209, 225, 229, 230, 231,
475
475
  238, 239, 241, 250, 253, 254, 258, 270, 275, 276, 278, 279, 282, 285, 290,
476
- 294, 296, 305, 311, 330, 349, 352, 353, 354, 355, 357, 365, 366, 395, 396, 413,
476
+ 294, 296, 305, 311, 330, 349, 352, 353, 354, 355, 357, 365, 366, 395, 396,
477
477
  ]);
478
478
  exports.delistedGroupsIxs = new Set([]);
479
479
  exports.DEFAULT_PROTECTION_CLOSE_FACTOR = 1;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gainsnetwork/sdk",
3
- "version": "1.0.5-rc1",
3
+ "version": "1.0.5-rc2",
4
4
  "description": "Gains Network SDK",
5
5
  "main": "./lib/index.js",
6
6
  "files": [