@gearbox-protocol/sdk 11.8.0 → 11.8.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.
@@ -350,7 +350,7 @@ const chains = {
350
350
  defaultMarketConfigurators: {
351
351
  "0x1ca8b92aa7233a9f8f7ba031ac45c878141adff0": "Invariant Group"
352
352
  },
353
- isPublic: false,
353
+ isPublic: true,
354
354
  wellKnownToken: {
355
355
  address: "0x67B302E35Aef5EEE8c32D934F5856869EF428330",
356
356
  symbol: "USDT"
@@ -335,7 +335,7 @@ const chains = {
335
335
  defaultMarketConfigurators: {
336
336
  "0x1ca8b92aa7233a9f8f7ba031ac45c878141adff0": "Invariant Group"
337
337
  },
338
- isPublic: false,
338
+ isPublic: true,
339
339
  wellKnownToken: {
340
340
  address: "0x67B302E35Aef5EEE8c32D934F5856869EF428330",
341
341
  symbol: "USDT"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gearbox-protocol/sdk",
3
- "version": "11.8.0",
3
+ "version": "11.8.1",
4
4
  "description": "Gearbox SDK",
5
5
  "license": "MIT",
6
6
  "main": "./dist/cjs/sdk/index.js",