@gainsnetwork/sdk 1.7.4-rc1 → 1.7.4
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.d.ts +1 -1
- package/lib/constants.js +2 -2
- package/package.json +1 -1
package/lib/constants.d.ts
CHANGED
package/lib/constants.js
CHANGED
|
@@ -450,7 +450,7 @@ exports.pairs = {
|
|
|
450
450
|
"STABLE/USD": CRYPTO,
|
|
451
451
|
"VOOI/USD": CRYPTO,
|
|
452
452
|
"LIT/USD": CRYPTO,
|
|
453
|
-
"DUSK
|
|
453
|
+
"DUSK/USD": CRYPTO,
|
|
454
454
|
"SCRT/USD": CRYPTO,
|
|
455
455
|
"DCR/USD": CRYPTO,
|
|
456
456
|
};
|
|
@@ -509,7 +509,7 @@ exports.delistedPairIxs = new Set([
|
|
|
509
509
|
272, 273, 275, 276, 278, 279, 280, 281, 284, 285, 290, 291, 292, 294, 296, 303,
|
|
510
510
|
305, 306, 311, 312, 322, 323, 330, 333, 335, 336, 337, 342, 343, 344, 346, 347,
|
|
511
511
|
349, 350, 351, 352, 353, 354, 355, 357, 362, 365, 366, 372, 379, 380, 387, 395,
|
|
512
|
-
396, 400, 401, 408, 423, 427, 428, 430, 435, 436, 437, 438, 441,
|
|
512
|
+
396, 400, 401, 408, 423, 427, 428, 430, 435, 436, 437, 438, 441,
|
|
513
513
|
]);
|
|
514
514
|
exports.delistedGroupsIxs = new Set([]);
|
|
515
515
|
exports.DEFAULT_PROTECTION_CLOSE_FACTOR = 1;
|