@gearbox-protocol/sdk 11.6.1 → 11.6.2

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.
@@ -176,31 +176,7 @@ const chains = {
176
176
  }),
177
177
  // NOTE: Monad chain configs should be updated once the public mainnet is available
178
178
  Monad: (0, import_viem.defineChain)({
179
- id: 143,
180
- name: "Monad",
181
- nativeCurrency: {
182
- name: "Monad",
183
- symbol: "MON",
184
- decimals: 18
185
- },
186
- rpcUrls: {
187
- default: {
188
- http: ["https://rpc-mainnet.monadinfra.com"]
189
- }
190
- },
191
- blockExplorers: {
192
- default: {
193
- name: "Monvision",
194
- url: "https://mainnet-beta.monvision.io"
195
- }
196
- },
197
- blockTime: 400,
198
- contracts: {
199
- multicall3: {
200
- address: "0xcA11bde05977b3631167028862bE2a173976CA11",
201
- blockCreated: 9248132
202
- }
203
- },
179
+ ...import_chains.monad,
204
180
  network: "Monad",
205
181
  defaultMarketConfigurators: {
206
182
  "0x16956912813ab9a38d95730b52a8cf53e860a7c5": "Tulipa",
@@ -10,6 +10,7 @@ import {
10
10
  lisk,
11
11
  mainnet,
12
12
  megaethTestnet,
13
+ monad,
13
14
  optimism,
14
15
  plasma,
15
16
  sonic,
@@ -160,31 +161,7 @@ const chains = {
160
161
  }),
161
162
  // NOTE: Monad chain configs should be updated once the public mainnet is available
162
163
  Monad: defineChain({
163
- id: 143,
164
- name: "Monad",
165
- nativeCurrency: {
166
- name: "Monad",
167
- symbol: "MON",
168
- decimals: 18
169
- },
170
- rpcUrls: {
171
- default: {
172
- http: ["https://rpc-mainnet.monadinfra.com"]
173
- }
174
- },
175
- blockExplorers: {
176
- default: {
177
- name: "Monvision",
178
- url: "https://mainnet-beta.monvision.io"
179
- }
180
- },
181
- blockTime: 400,
182
- contracts: {
183
- multicall3: {
184
- address: "0xcA11bde05977b3631167028862bE2a173976CA11",
185
- blockCreated: 9248132
186
- }
187
- },
164
+ ...monad,
188
165
  network: "Monad",
189
166
  defaultMarketConfigurators: {
190
167
  "0x16956912813ab9a38d95730b52a8cf53e860a7c5": "Tulipa",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gearbox-protocol/sdk",
3
- "version": "11.6.1",
3
+ "version": "11.6.2",
4
4
  "description": "Gearbox SDK",
5
5
  "license": "MIT",
6
6
  "main": "./dist/cjs/sdk/index.js",