@gainsnetwork/sdk 1.7.1 → 1.7.3

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.
@@ -32,6 +32,17 @@ const HOLIDAYS_OVERRIDES = {
32
32
  partial(2025, 12, 31, "New Year's Eve", 0, 0, 16, 0),
33
33
  ],
34
34
  commodities: [
35
+ // MLK Jr. Day: Open until 1 PM ET, closed from 1-6 PM ET, then reopens at 6 PM ET
36
+ {
37
+ year: 2026,
38
+ month: 1,
39
+ day: 19,
40
+ name: "Martin Luther King Jr. Day",
41
+ openWindows: [
42
+ { start: { hour: 0, minute: 0 }, end: { hour: 13, minute: 0 } },
43
+ { start: { hour: 18, minute: 0 }, end: { hour: 24, minute: 0 } }
44
+ ]
45
+ },
35
46
  partial(2025, 12, 24, "Christmas Eve", 0, 0, 12, 45),
36
47
  partial(2025, 12, 31, "New Year's Eve", 0, 0, 16, 0),
37
48
  ],
@@ -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.3",
4
4
  "description": "Gains Network SDK",
5
5
  "main": "./lib/index.js",
6
6
  "files": [