@gearbox-protocol/sdk 4.0.0 → 4.0.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.
@@ -201,7 +201,7 @@ const chains = {
201
201
  ...import_chains.bsc,
202
202
  network: "BNB",
203
203
  defaultMarketConfigurators: {
204
- "0xc94add35a09a239d0f5d1c04e793459dd19a0793": "Chaos Labs"
204
+ "0x5BCF14d8470e1a6110916371aacC8E1C947A7D9d": "Chaos Labs"
205
205
  },
206
206
  isPublic: false,
207
207
  wellKnownToken: {
@@ -184,7 +184,7 @@ const chains = {
184
184
  ...bsc,
185
185
  network: "BNB",
186
186
  defaultMarketConfigurators: {
187
- "0xc94add35a09a239d0f5d1c04e793459dd19a0793": "Chaos Labs"
187
+ "0x5BCF14d8470e1a6110916371aacC8E1C947A7D9d": "Chaos Labs"
188
188
  },
189
189
  isPublic: false,
190
190
  wellKnownToken: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gearbox-protocol/sdk",
3
- "version": "4.0.0",
3
+ "version": "4.0.1",
4
4
  "description": "Gearbox SDK",
5
5
  "license": "MIT",
6
6
  "main": "./dist/cjs/sdk/index.js",