@gainsnetwork/sdk 1.8.7 → 1.8.8-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.
package/lib/constants.js
CHANGED
|
@@ -519,10 +519,11 @@ exports.delistedPairIxs = new Set([
|
|
|
519
519
|
111, 113, 114, 116, 118, 120, 122, 123, 125, 127, 130, 147, 152, 160, 163,
|
|
520
520
|
170, 179, 182, 183, 186, 198, 208, 209, 221, 224, 225, 227, 229, 230, 231,
|
|
521
521
|
234, 238, 239, 241, 247, 250, 253, 254, 255, 258, 261, 268, 270, 272, 273,
|
|
522
|
-
275, 276, 278, 279, 280, 281, 284, 285, 290, 291, 292, 294, 296,
|
|
523
|
-
306, 311, 312, 322, 323, 330, 333, 335, 336, 337, 342, 343, 344,
|
|
524
|
-
349, 350, 351, 352, 353, 354, 355, 357, 362, 365, 366, 372, 379,
|
|
525
|
-
395, 396, 400, 401, 408, 423, 427, 428, 430, 435, 436, 437, 438,
|
|
522
|
+
275, 276, 278, 279, 280, 281, 284, 285, 290, 291, 292, 294, 296, 298, 303,
|
|
523
|
+
305, 306, 311, 312, 322, 323, 330, 333, 335, 336, 337, 341, 342, 343, 344,
|
|
524
|
+
346, 347, 349, 350, 351, 352, 353, 354, 355, 357, 362, 365, 366, 372, 379,
|
|
525
|
+
380, 387, 395, 396, 400, 401, 408, 423, 427, 428, 430, 435, 436, 437, 438,
|
|
526
|
+
441,
|
|
526
527
|
]);
|
|
527
528
|
exports.delistedGroupsIxs = new Set([]);
|
|
528
529
|
exports.DEFAULT_PROTECTION_CLOSE_FACTOR = 1;
|