@gainsnetwork/sdk 1.7.0-rc3 → 1.7.1

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
@@ -501,12 +501,12 @@ exports.delistedPairIxs = new Set([
501
501
  4, 6, 12, 15, 24, 25, 27, 28, 30, 31, 36, 41, 48, 51, 52, 53, 54, 56, 59, 60,
502
502
  61, 63, 66, 67, 68, 69, 70, 71, 72, 73, 75, 76, 77, 78, 79, 95, 96, 97, 98, 99,
503
503
  101, 106, 111, 113, 114, 116, 118, 120, 122, 123, 125, 127, 130, 147, 152, 160,
504
- 163, 170, 179, 182, 183, 186, 188, 189, 190, 198, 208, 209, 221, 224, 225, 227,
504
+ 163, 170, 179, 182, 183, 186, 198, 208, 209, 221, 224, 225, 227,
505
505
  229, 230, 231, 234, 238, 239, 241, 247, 250, 253, 254, 255, 258, 261, 268, 270,
506
506
  272, 273, 275, 276, 278, 279, 280, 281, 284, 285, 290, 291, 292, 294, 296, 303,
507
507
  305, 306, 311, 312, 322, 323, 330, 333, 335, 336, 337, 342, 343, 344, 346, 347,
508
508
  349, 350, 351, 352, 353, 354, 355, 357, 362, 365, 366, 372, 379, 380, 387, 395,
509
- 396, 400, 401, 408, 423, 427, 428, 430, 435, 436, 437, 438, 441, 442,
509
+ 396, 400, 401, 408, 423, 427, 428, 430, 435, 436, 437, 438, 441,
510
510
  ]);
511
511
  exports.delistedGroupsIxs = new Set([]);
512
512
  exports.DEFAULT_PROTECTION_CLOSE_FACTOR = 1;
@@ -1,3 +1,4 @@
1
+ /// <reference types="mocha" />
1
2
  import type { GNSMultiCollatDiamond } from "../../../contracts/types/generated";
2
3
  import { BorrowingFeeV2 } from ".";
3
4
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gainsnetwork/sdk",
3
- "version": "1.7.0-rc3",
3
+ "version": "1.7.1",
4
4
  "description": "Gains Network SDK",
5
5
  "main": "./lib/index.js",
6
6
  "files": [