@gainsnetwork/sdk 0.2.72-rc2 → 0.2.72-rc3
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.
- package/lib/constants.js +1 -1
- package/package.json +1 -1
package/lib/constants.js
CHANGED
|
@@ -468,7 +468,7 @@ exports.delistedPairIxs = new Set([
|
|
|
468
468
|
160, 163, 170, 179, 182, 183, 188, 189, 190, 208, 209, 225, 229, 230, 231,
|
|
469
469
|
238, 239, 241, 250, 253, 254, 258, 270, 275, 276, 278, 279, 282, 285, 290,
|
|
470
470
|
294, 296, 305, 311, 330, 349, 352, 353, 354, 355, 357, 365, 366, 395, 396,
|
|
471
|
-
400, 401, 402, 403, 404, 405, 406,
|
|
471
|
+
400, 401, 402, 403, 404, 405, 406,
|
|
472
472
|
]);
|
|
473
473
|
exports.delistedGroupsIxs = new Set([]);
|
|
474
474
|
exports.DEFAULT_PROTECTION_CLOSE_FACTOR = 1;
|