@gearbox-protocol/sdk 12.7.1 → 12.8.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.
@@ -71,7 +71,7 @@ const DRPC_NETS = {
71
71
  Monad: "monad-mainnet",
72
72
  Hemi: "hemi",
73
73
  Lisk: "lisk",
74
- MegaETH: null,
74
+ MegaETH: "megaeth",
75
75
  Etherlink: null,
76
76
  Plasma: "plasma",
77
77
  Somnia: "somnia"
@@ -87,7 +87,7 @@ const ALCHEMY_DOMAINS = {
87
87
  Avalanche: "avax-mainnet",
88
88
  BNB: "bnb-mainnet",
89
89
  WorldChain: "worldchain-mainnet",
90
- MegaETH: null,
90
+ MegaETH: "megaeth-mainnet",
91
91
  Etherlink: null,
92
92
  Hemi: null,
93
93
  Lisk: null,
@@ -77,7 +77,8 @@ const chains = {
77
77
  "0x7a133fbd01736fd076158307c9476cc3877f1af5": "Invariant Group",
78
78
  "0x09d8305F49374AEA6A78aF6C996df2913e8f3b19": "Tulipa",
79
79
  "0x1b265b97eb169fb6668e3258007c3b0242c7bdbe": "kpk",
80
- "0x9dddd1b9ce0ac8aa0c80e4ec141600b9bf0101c3": "Edge UltraYield"
80
+ "0x9dddd1b9ce0ac8aa0c80e4ec141600b9bf0101c3": "Edge UltraYield",
81
+ "0x601067eba24bb5b558a184fc082525637e96a42d": "Gami Labs"
81
82
  },
82
83
  testMarketConfigurators: {
83
84
  "0x99df7330bf42d596af2e9d9836d4fc2077c574aa": "M11 Credit"
@@ -41,7 +41,7 @@ const DRPC_NETS = {
41
41
  Monad: "monad-mainnet",
42
42
  Hemi: "hemi",
43
43
  Lisk: "lisk",
44
- MegaETH: null,
44
+ MegaETH: "megaeth",
45
45
  Etherlink: null,
46
46
  Plasma: "plasma",
47
47
  Somnia: "somnia"
@@ -57,7 +57,7 @@ const ALCHEMY_DOMAINS = {
57
57
  Avalanche: "avax-mainnet",
58
58
  BNB: "bnb-mainnet",
59
59
  WorldChain: "worldchain-mainnet",
60
- MegaETH: null,
60
+ MegaETH: "megaeth-mainnet",
61
61
  Etherlink: null,
62
62
  Hemi: null,
63
63
  Lisk: null,
@@ -62,7 +62,8 @@ const chains = {
62
62
  "0x7a133fbd01736fd076158307c9476cc3877f1af5": "Invariant Group",
63
63
  "0x09d8305F49374AEA6A78aF6C996df2913e8f3b19": "Tulipa",
64
64
  "0x1b265b97eb169fb6668e3258007c3b0242c7bdbe": "kpk",
65
- "0x9dddd1b9ce0ac8aa0c80e4ec141600b9bf0101c3": "Edge UltraYield"
65
+ "0x9dddd1b9ce0ac8aa0c80e4ec141600b9bf0101c3": "Edge UltraYield",
66
+ "0x601067eba24bb5b558a184fc082525637e96a42d": "Gami Labs"
66
67
  },
67
68
  testMarketConfigurators: {
68
69
  "0x99df7330bf42d596af2e9d9836d4fc2077c574aa": "M11 Credit"
@@ -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";
3
+ export type Curator = "Chaos Labs" | "K3" | "cp0x" | "Re7" | "Invariant Group" | "Tulipa" | "M11 Credit" | "kpk" | "Hyperithm" | "Edge UltraYield" | "TelosC" | "Gami Labs";
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": "12.7.1",
3
+ "version": "12.8.0",
4
4
  "description": "Gearbox SDK",
5
5
  "license": "MIT",
6
6
  "main": "./dist/cjs/sdk/index.js",