@gearbox-protocol/sdk 3.0.0-vfour.333 → 3.0.0-vfour.335

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,7 @@ const chains = {
75
75
  ...import_chains.arbitrum,
76
76
  network: "Arbitrum",
77
77
  defaultMarketConfigurators: {
78
- "0x354fe9f450F60b8547f88BE042E4A45b46128a06": "Chaos Labs"
78
+ "0x01023850b360b88de0d0f84015bbba1eba57fe7e": "Chaos Labs"
79
79
  },
80
80
  isPublic: true
81
81
  },
@@ -56,7 +56,7 @@ const chains = {
56
56
  ...arbitrum,
57
57
  network: "Arbitrum",
58
58
  defaultMarketConfigurators: {
59
- "0x354fe9f450F60b8547f88BE042E4A45b46128a06": "Chaos Labs"
59
+ "0x01023850b360b88de0d0f84015bbba1eba57fe7e": "Chaos Labs"
60
60
  },
61
61
  isPublic: true
62
62
  },
@@ -1,6 +1,6 @@
1
1
  import type { Address, Chain } from "viem";
2
2
  import { z } from "zod";
3
- type Curator = "Chaos Labs" | "K3";
3
+ export type Curator = "Chaos Labs" | "K3";
4
4
  export interface GearboxChain extends Chain {
5
5
  network: NetworkType;
6
6
  defaultMarketConfigurators: Record<Address, Curator>;
@@ -15,4 +15,3 @@ export declare function getChain(chainIdOrNetworkType: number | bigint | Network
15
15
  export declare function getNetworkType(chainId: number | bigint): NetworkType;
16
16
  export declare function isSupportedNetwork(chainId: number | undefined): chainId is number;
17
17
  export declare function isPublicNetwork(networkOrChainId: NetworkType | number | bigint): boolean;
18
- export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gearbox-protocol/sdk",
3
- "version": "3.0.0-vfour.333",
3
+ "version": "3.0.0-vfour.335",
4
4
  "description": "Gearbox SDK",
5
5
  "license": "MIT",
6
6
  "main": "./dist/cjs/sdk/index.js",