@gearbox-protocol/sdk 13.0.0-next.22 → 13.0.0-next.23

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.
@@ -81,7 +81,8 @@ const chains = {
81
81
  "0x601067eba24bb5b558a184fc082525637e96a42d": "Gami Labs"
82
82
  },
83
83
  testMarketConfigurators: {
84
- "0x99df7330bf42d596af2e9d9836d4fc2077c574aa": "M11 Credit"
84
+ "0x99df7330bf42d596af2e9d9836d4fc2077c574aa": "M11 Credit",
85
+ "0xE0527dE5908B3fc2e054B7eEE0DeF6c9965AbF24": "Securitize"
85
86
  },
86
87
  isPublic: true,
87
88
  wellKnownToken: {
@@ -66,7 +66,8 @@ const chains = {
66
66
  "0x601067eba24bb5b558a184fc082525637e96a42d": "Gami Labs"
67
67
  },
68
68
  testMarketConfigurators: {
69
- "0x99df7330bf42d596af2e9d9836d4fc2077c574aa": "M11 Credit"
69
+ "0x99df7330bf42d596af2e9d9836d4fc2077c574aa": "M11 Credit",
70
+ "0xE0527dE5908B3fc2e054B7eEE0DeF6c9965AbF24": "Securitize"
70
71
  },
71
72
  isPublic: true,
72
73
  wellKnownToken: {
@@ -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" | "TelosC" | "Gami Labs";
3
+ export type Curator = "Chaos Labs" | "K3" | "cp0x" | "Re7" | "Invariant Group" | "Tulipa" | "M11 Credit" | "kpk" | "Hyperithm" | "Edge UltraYield" | "TelosC" | "Gami Labs" | "Securitize";
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": "13.0.0-next.22",
3
+ "version": "13.0.0-next.23",
4
4
  "description": "Gearbox SDK",
5
5
  "license": "MIT",
6
6
  "main": "./dist/cjs/sdk/index.js",