@gearbox-protocol/sdk 5.1.0 → 5.2.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.
@@ -211,7 +211,7 @@ const chains = {
211
211
  defaultMarketConfigurators: {
212
212
  "0x19037a281025b83fa37e3264b77af523ff87a3a4": "Chaos Labs"
213
213
  },
214
- isPublic: false,
214
+ isPublic: true,
215
215
  wellKnownToken: {
216
216
  address: "0x8ac76a51cc950d9822d68b83fe1ad97b32cd580d",
217
217
  symbol: "USDC"
@@ -194,7 +194,7 @@ const chains = {
194
194
  defaultMarketConfigurators: {
195
195
  "0x19037a281025b83fa37e3264b77af523ff87a3a4": "Chaos Labs"
196
196
  },
197
- isPublic: false,
197
+ isPublic: true,
198
198
  wellKnownToken: {
199
199
  address: "0x8ac76a51cc950d9822d68b83fe1ad97b32cd580d",
200
200
  symbol: "USDC"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gearbox-protocol/sdk",
3
- "version": "5.1.0",
3
+ "version": "5.2.0",
4
4
  "description": "Gearbox SDK",
5
5
  "license": "MIT",
6
6
  "main": "./dist/cjs/sdk/index.js",