@gainsnetwork/sdk 1.7.1 → 1.7.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.
package/lib/constants.js CHANGED
@@ -498,7 +498,7 @@ exports.stockSplits = {
498
498
  "NFLX_1/USD": { date: "11/17/2025", split: 10 },
499
499
  };
500
500
  exports.delistedPairIxs = new Set([
501
- 4, 6, 12, 15, 24, 25, 27, 28, 30, 31, 36, 41, 48, 51, 52, 53, 54, 56, 59, 60,
501
+ 4, 6, 12, 15, 24, 25, 27, 28, 30, 31, 36, 41, 48, 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
504
  163, 170, 179, 182, 183, 186, 198, 208, 209, 221, 224, 225, 227,
@@ -1,4 +1,3 @@
1
- /// <reference types="mocha" />
2
1
  import type { GNSMultiCollatDiamond } from "../../../contracts/types/generated";
3
2
  import { BorrowingFeeV2 } from ".";
4
3
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gainsnetwork/sdk",
3
- "version": "1.7.1",
3
+ "version": "1.7.2",
4
4
  "description": "Gains Network SDK",
5
5
  "main": "./lib/index.js",
6
6
  "files": [