@gearbox-protocol/sdk 4.1.3 → 4.1.4

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,9 +211,6 @@ const chains = {
211
211
  defaultMarketConfigurators: {
212
212
  "0x5BCF14d8470e1a6110916371aacC8E1C947A7D9d": "Chaos Labs"
213
213
  },
214
- testMarketConfigurators: {
215
- "0x537F5F2032e75Fa586E48ad635DF6f79c06205b9": "Chaos Labs"
216
- },
217
214
  isPublic: false,
218
215
  wellKnownToken: {
219
216
  address: "0x8ac76a51cc950d9822d68b83fe1ad97b32cd580d",
@@ -194,9 +194,6 @@ const chains = {
194
194
  defaultMarketConfigurators: {
195
195
  "0x5BCF14d8470e1a6110916371aacC8E1C947A7D9d": "Chaos Labs"
196
196
  },
197
- testMarketConfigurators: {
198
- "0x537F5F2032e75Fa586E48ad635DF6f79c06205b9": "Chaos Labs"
199
- },
200
197
  isPublic: false,
201
198
  wellKnownToken: {
202
199
  address: "0x8ac76a51cc950d9822d68b83fe1ad97b32cd580d",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gearbox-protocol/sdk",
3
- "version": "4.1.3",
3
+ "version": "4.1.4",
4
4
  "description": "Gearbox SDK",
5
5
  "license": "MIT",
6
6
  "main": "./dist/cjs/sdk/index.js",