@gainsnetwork/sdk 1.5.1-rc1 → 1.5.1-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
@@ -497,7 +497,7 @@ exports.delistedPairIxs = new Set([
497
497
  229, 230, 231, 234, 238, 239, 241, 247, 250, 253, 254, 258, 261, 270, 272, 275,
498
498
  276, 278, 279, 280, 285, 290, 291, 292, 294, 296, 303, 305, 306, 311, 322, 330,
499
499
  333, 336, 337, 342, 343, 344, 347, 349, 350, 352, 354, 355, 357, 365, 366, 395,
500
- 396, 400, 401, 408, 423, 427, 432, 433, 434, 435,
500
+ 396, 400, 401, 408, 423, 427, 433,
501
501
  ]);
502
502
  exports.delistedGroupsIxs = new Set([]);
503
503
  exports.DEFAULT_PROTECTION_CLOSE_FACTOR = 1;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gainsnetwork/sdk",
3
- "version": "1.5.1-rc1",
3
+ "version": "1.5.1-rc2",
4
4
  "description": "Gains Network SDK",
5
5
  "main": "./lib/index.js",
6
6
  "files": [