@gearbox-protocol/sdk 4.0.2 → 4.0.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.
@@ -203,6 +203,9 @@ const chains = {
203
203
  defaultMarketConfigurators: {
204
204
  "0x5BCF14d8470e1a6110916371aacC8E1C947A7D9d": "Chaos Labs"
205
205
  },
206
+ testMarketConfigurators: {
207
+ "0x537F5F2032e75Fa586E48ad635DF6f79c06205b9": "Chaos Labs"
208
+ },
206
209
  isPublic: false,
207
210
  wellKnownToken: {
208
211
  address: "0x8ac76a51cc950d9822d68b83fe1ad97b32cd580d",
@@ -186,6 +186,9 @@ const chains = {
186
186
  defaultMarketConfigurators: {
187
187
  "0x5BCF14d8470e1a6110916371aacC8E1C947A7D9d": "Chaos Labs"
188
188
  },
189
+ testMarketConfigurators: {
190
+ "0x537F5F2032e75Fa586E48ad635DF6f79c06205b9": "Chaos Labs"
191
+ },
189
192
  isPublic: false,
190
193
  wellKnownToken: {
191
194
  address: "0x8ac76a51cc950d9822d68b83fe1ad97b32cd580d",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gearbox-protocol/sdk",
3
- "version": "4.0.2",
3
+ "version": "4.0.3",
4
4
  "description": "Gearbox SDK",
5
5
  "license": "MIT",
6
6
  "main": "./dist/cjs/sdk/index.js",