@gearbox-protocol/sdk 10.3.1 → 10.4.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.
@@ -294,7 +294,8 @@ const chains = {
294
294
  defaultMarketConfigurators: {
295
295
  "0x7a133fbd01736fd076158307c9476cc3877f1af5": "Invariant Group",
296
296
  "0x4bce62622be621ce036691de98afcab0e41a77a3": "Edge UltraYield",
297
- "0xce1cf71a28837daaa7b92d00ca4ef2fd649c2a67": "Hyperithm"
297
+ "0xce1cf71a28837daaa7b92d00ca4ef2fd649c2a67": "Hyperithm",
298
+ "0x9655f82b585b11cee8a05576ed8efcf755cec04b": "TelosC"
298
299
  },
299
300
  isPublic: true,
300
301
  wellKnownToken: {
@@ -54,6 +54,7 @@ const HUMAN_READABLE_TITLES = {
54
54
  "PT-syrupUSDT-29JAN2026": "pt.syrupUSDT(29.01.26)",
55
55
  "PT-USDai-19MAR2026": "pt.USDai(19.03.26)",
56
56
  "PT-sUSDai-19MAR2026": "pt.sUSDai(19.03.26)",
57
+ "LP-syrupUSDT-29JAN2026": "lp.syrupUSDT(29.01.26)",
57
58
  ["0xab7d50fc2486a1ac06516e2ece9dadc95ba8cd20".toLowerCase()]: "cp0xLRT\xA0\u2192\xA0wstETH",
58
59
  ["0x6252467c2fefb61cb55180282943139baeea36c5".toLowerCase()]: "rstETH\xA0\u2192\xA0wstETH",
59
60
  ["0xd412ca00d177eba2843348f9c50dd17bfce32c40".toLowerCase()]: "pzETH\xA0\u2192\xA0wstETH",
@@ -279,7 +279,8 @@ const chains = {
279
279
  defaultMarketConfigurators: {
280
280
  "0x7a133fbd01736fd076158307c9476cc3877f1af5": "Invariant Group",
281
281
  "0x4bce62622be621ce036691de98afcab0e41a77a3": "Edge UltraYield",
282
- "0xce1cf71a28837daaa7b92d00ca4ef2fd649c2a67": "Hyperithm"
282
+ "0xce1cf71a28837daaa7b92d00ca4ef2fd649c2a67": "Hyperithm",
283
+ "0x9655f82b585b11cee8a05576ed8efcf755cec04b": "TelosC"
283
284
  },
284
285
  isPublic: true,
285
286
  wellKnownToken: {
@@ -31,6 +31,7 @@ const HUMAN_READABLE_TITLES = {
31
31
  "PT-syrupUSDT-29JAN2026": "pt.syrupUSDT(29.01.26)",
32
32
  "PT-USDai-19MAR2026": "pt.USDai(19.03.26)",
33
33
  "PT-sUSDai-19MAR2026": "pt.sUSDai(19.03.26)",
34
+ "LP-syrupUSDT-29JAN2026": "lp.syrupUSDT(29.01.26)",
34
35
  ["0xab7d50fc2486a1ac06516e2ece9dadc95ba8cd20".toLowerCase()]: "cp0xLRT\xA0\u2192\xA0wstETH",
35
36
  ["0x6252467c2fefb61cb55180282943139baeea36c5".toLowerCase()]: "rstETH\xA0\u2192\xA0wstETH",
36
37
  ["0xd412ca00d177eba2843348f9c50dd17bfce32c40".toLowerCase()]: "pzETH\xA0\u2192\xA0wstETH",
@@ -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" | "Tulipa" | "M11 Credit" | "kpk" | "Hyperithm" | "Edge UltraYield";
3
+ export type Curator = "Chaos Labs" | "K3" | "cp0x" | "Re7" | "Invariant Group" | "Tulipa" | "M11 Credit" | "kpk" | "Hyperithm" | "Edge UltraYield" | "TelosC";
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": "10.3.1",
3
+ "version": "10.4.1",
4
4
  "description": "Gearbox SDK",
5
5
  "license": "MIT",
6
6
  "main": "./dist/cjs/sdk/index.js",