@gainsnetwork/sdk 1.6.2-rc2 → 1.6.2

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 +3 -3
  2. package/package.json +1 -1
package/lib/constants.js CHANGED
@@ -500,9 +500,9 @@ exports.delistedPairIxs = new Set([
500
500
  99, 101, 106, 111, 113, 114, 116, 118, 120, 122, 123, 125, 127, 130, 147, 152,
501
501
  160, 163, 170, 179, 182, 183, 186, 188, 189, 190, 198, 208, 209, 224, 225,
502
502
  227, 229, 230, 231, 234, 238, 239, 241, 247, 250, 253, 254, 258, 261, 270,
503
- 272, 275, 276, 278, 279, 280, 285, 290, 291, 292, 294, 296, 303, 305, 306,
504
- 311, 322, 330, 333, 336, 337, 342, 343, 344, 347, 349, 350, 352, 354, 355,
505
- 357, 365, 366, 379, 395, 396, 400, 401, 408, 423, 427, 433, 436, 437, 438,
503
+ 272, 273, 275, 276, 278, 279, 280, 285, 290, 291, 292, 294, 296, 303, 305, 306,
504
+ 311, 322, 323, 330, 333, 336, 337, 342, 343, 344, 347, 349, 350, 352, 354, 355,
505
+ 357, 365, 366, 379, 380, 387, 395, 396, 400, 401, 408, 423, 427, 436, 437, 438,
506
506
  ]);
507
507
  exports.delistedGroupsIxs = new Set([]);
508
508
  exports.DEFAULT_PROTECTION_CLOSE_FACTOR = 1;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gainsnetwork/sdk",
3
- "version": "1.6.2-rc2",
3
+ "version": "1.6.2",
4
4
  "description": "Gains Network SDK",
5
5
  "main": "./lib/index.js",
6
6
  "files": [