@gearbox-protocol/sdk 8.15.2 → 8.16.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.
@@ -71,6 +71,9 @@ const chains = {
71
71
  "0x3b56538833fc02f4f0e75609390f26ded0c32e42": "Re7",
72
72
  "0x7a133fbd01736fd076158307c9476cc3877f1af5": "Invariant Group"
73
73
  },
74
+ testMarketConfigurators: {
75
+ "0x09d8305F49374AEA6A78aF6C996df2913e8f3b19": "Tulipa"
76
+ },
74
77
  isPublic: true,
75
78
  wellKnownToken: {
76
79
  address: "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
@@ -42,7 +42,8 @@ const HUMAN_READABLE_SYMBOLS = {
42
42
  PT_uptBTC_14AUG2025: "p.uptBTC(14.08.25)",
43
43
  PT_sUSDX_1SEP2025: "p.sUSDX(1.09.25)",
44
44
  PT_sUSDf_25SEP2025: "p.sUSDf(1.09.25)",
45
- PT_USDf_29JAN2026: "p.USDf(29.01.26)"
45
+ PT_USDf_29JAN2026: "p.USDf(29.01.26)",
46
+ ["PT-wstUSR-25SEP2025"]: "p.wstUSR(25.09.25)"
46
47
  };
47
48
  class TokenData {
48
49
  address;
@@ -57,6 +57,9 @@ const chains = {
57
57
  "0x3b56538833fc02f4f0e75609390f26ded0c32e42": "Re7",
58
58
  "0x7a133fbd01736fd076158307c9476cc3877f1af5": "Invariant Group"
59
59
  },
60
+ testMarketConfigurators: {
61
+ "0x09d8305F49374AEA6A78aF6C996df2913e8f3b19": "Tulipa"
62
+ },
60
63
  isPublic: true,
61
64
  wellKnownToken: {
62
65
  address: "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
@@ -19,7 +19,8 @@ const HUMAN_READABLE_SYMBOLS = {
19
19
  PT_uptBTC_14AUG2025: "p.uptBTC(14.08.25)",
20
20
  PT_sUSDX_1SEP2025: "p.sUSDX(1.09.25)",
21
21
  PT_sUSDf_25SEP2025: "p.sUSDf(1.09.25)",
22
- PT_USDf_29JAN2026: "p.USDf(29.01.26)"
22
+ PT_USDf_29JAN2026: "p.USDf(29.01.26)",
23
+ ["PT-wstUSR-25SEP2025"]: "p.wstUSR(25.09.25)"
23
24
  };
24
25
  class TokenData {
25
26
  address;
@@ -1,6 +1,6 @@
1
1
  import type { Address, Chain } from "viem";
2
2
  import { z } from "zod/v4";
3
- export type Curator = "Chaos Labs" | "K3" | "cp0x" | "Re7" | "Invariant Group";
3
+ export type Curator = "Chaos Labs" | "K3" | "cp0x" | "Re7" | "Invariant Group" | "Tulipa";
4
4
  export interface GearboxChain extends Chain {
5
5
  network: NetworkType;
6
6
  defaultMarketConfigurators: Record<Address, Curator>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gearbox-protocol/sdk",
3
- "version": "8.15.2",
3
+ "version": "8.16.1",
4
4
  "description": "Gearbox SDK",
5
5
  "license": "MIT",
6
6
  "main": "./dist/cjs/sdk/index.js",
@@ -60,10 +60,10 @@
60
60
  "date-fns": "^4.1.0",
61
61
  "decimal.js-light": "^2.5.1",
62
62
  "viem": ">=2.23.15 <3.0.0",
63
- "zod": "^4.0.5"
63
+ "zod": "^4.0.14"
64
64
  },
65
65
  "devDependencies": {
66
- "@biomejs/biome": "^2.1.2",
66
+ "@biomejs/biome": "^2.1.3",
67
67
  "@commitlint/cli": "^19.8.1",
68
68
  "@commitlint/config-conventional": "^19.8.1",
69
69
  "@gearbox-protocol/biome-config": "^1.0.0",
@@ -71,12 +71,12 @@
71
71
  "axios": "^1.11.0",
72
72
  "cross-spawn": "^7.0.6",
73
73
  "husky": "^9.1.7",
74
- "lint-staged": "^16.1.2",
74
+ "lint-staged": "^16.1.4",
75
75
  "pino": "^9.7.0",
76
- "pino-pretty": "^13.0.0",
76
+ "pino-pretty": "^13.1.1",
77
77
  "tsup": "^8.5.0",
78
78
  "tsx": "^4.20.3",
79
- "typescript": "^5.8.3",
79
+ "typescript": "^5.9.2",
80
80
  "vitest": "^3.2.4"
81
81
  },
82
82
  "peerDependencies": {