@gearbox-protocol/sdk 11.4.2 → 11.4.3

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.
@@ -204,7 +204,7 @@ const chains = {
204
204
  },
205
205
  network: "Monad",
206
206
  defaultMarketConfigurators: {},
207
- isPublic: true,
207
+ isPublic: false,
208
208
  wellKnownToken: {
209
209
  address: "0xe7cd86e13AC4309349F30B3435a9d337750fC82D",
210
210
  symbol: "USDT0"
@@ -188,7 +188,7 @@ const chains = {
188
188
  },
189
189
  network: "Monad",
190
190
  defaultMarketConfigurators: {},
191
- isPublic: true,
191
+ isPublic: false,
192
192
  wellKnownToken: {
193
193
  address: "0xe7cd86e13AC4309349F30B3435a9d337750fC82D",
194
194
  symbol: "USDT0"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gearbox-protocol/sdk",
3
- "version": "11.4.2",
3
+ "version": "11.4.3",
4
4
  "description": "Gearbox SDK",
5
5
  "license": "MIT",
6
6
  "main": "./dist/cjs/sdk/index.js",