@gearbox-protocol/sdk 9.2.1 → 9.3.0

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.
@@ -75,7 +75,10 @@ const chains = {
75
75
  "0x7a133fbd01736fd076158307c9476cc3877f1af5": "Invariant Group",
76
76
  "0x09d8305F49374AEA6A78aF6C996df2913e8f3b19": "Tulipa"
77
77
  },
78
- testMarketConfigurators: {},
78
+ testMarketConfigurators: {
79
+ "0x99df7330bf42d596af2e9d9836d4fc2077c574aa": "M11 Credit",
80
+ "0x1b265b97eb169fb6668e3258007c3b0242c7bdbe": "kpk"
81
+ },
79
82
  isPublic: true,
80
83
  wellKnownToken: {
81
84
  address: "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
@@ -59,7 +59,10 @@ const chains = {
59
59
  "0x7a133fbd01736fd076158307c9476cc3877f1af5": "Invariant Group",
60
60
  "0x09d8305F49374AEA6A78aF6C996df2913e8f3b19": "Tulipa"
61
61
  },
62
- testMarketConfigurators: {},
62
+ testMarketConfigurators: {
63
+ "0x99df7330bf42d596af2e9d9836d4fc2077c574aa": "M11 Credit",
64
+ "0x1b265b97eb169fb6668e3258007c3b0242c7bdbe": "kpk"
65
+ },
63
66
  isPublic: true,
64
67
  wellKnownToken: {
65
68
  address: "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
@@ -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";
3
+ export type Curator = "Chaos Labs" | "K3" | "cp0x" | "Re7" | "Invariant Group" | "Tulipa" | "M11 Credit" | "kpk";
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": "9.2.1",
3
+ "version": "9.3.0",
4
4
  "description": "Gearbox SDK",
5
5
  "license": "MIT",
6
6
  "main": "./dist/cjs/sdk/index.js",