@gearbox-protocol/sdk 8.11.0 → 8.11.1

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.
@@ -282,11 +282,10 @@ const chains = {
282
282
  Lisk: (0, import_viem.defineChain)({
283
283
  ...import_chains.lisk,
284
284
  network: "Lisk",
285
- defaultMarketConfigurators: {},
286
- testMarketConfigurators: {
285
+ defaultMarketConfigurators: {
287
286
  "0x25778dbf0e56b7feb8358c4aa2f6f9e19a1c145a": "Re7"
288
287
  },
289
- isPublic: false,
288
+ isPublic: true,
290
289
  wellKnownToken: {
291
290
  address: "0xF242275d3a6527d877f2c927a82D9b057609cc71",
292
291
  symbol: "USDC.e"
@@ -268,11 +268,10 @@ const chains = {
268
268
  Lisk: defineChain({
269
269
  ...lisk,
270
270
  network: "Lisk",
271
- defaultMarketConfigurators: {},
272
- testMarketConfigurators: {
271
+ defaultMarketConfigurators: {
273
272
  "0x25778dbf0e56b7feb8358c4aa2f6f9e19a1c145a": "Re7"
274
273
  },
275
- isPublic: false,
274
+ isPublic: true,
276
275
  wellKnownToken: {
277
276
  address: "0xF242275d3a6527d877f2c927a82D9b057609cc71",
278
277
  symbol: "USDC.e"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gearbox-protocol/sdk",
3
- "version": "8.11.0",
3
+ "version": "8.11.1",
4
4
  "description": "Gearbox SDK",
5
5
  "license": "MIT",
6
6
  "main": "./dist/cjs/sdk/index.js",