@gainsnetwork/sdk 1.7.2 → 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.
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, 52, 53, 54, 56, 59, 60,
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
504
  163, 170, 179, 182, 183, 186, 198, 208, 209, 221, 224, 225, 227,
@@ -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
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gainsnetwork/sdk",
3
- "version": "1.7.2",
3
+ "version": "1.7.3",
4
4
  "description": "Gains Network SDK",
5
5
  "main": "./lib/index.js",
6
6
  "files": [