@gearbox-protocol/sdk 8.18.2 → 8.19.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.
@@ -223,10 +223,8 @@ const chains = {
223
223
  ...import_chains.bsc,
224
224
  network: "BNB",
225
225
  defaultMarketConfigurators: {
226
- "0x19037a281025b83fa37e3264b77af523ff87a3a4": "Chaos Labs"
227
- },
228
- testMarketConfigurators: {
229
- "0x92DC4Ee43e9B207e16FbF3fD1a6933563C0A0D35": "Re7"
226
+ "0x19037a281025b83fa37e3264b77af523ff87a3a4": "Chaos Labs",
227
+ "0x92dc4ee43e9b207e16fbf3fd1a6933563c0a0d35": "Re7"
230
228
  },
231
229
  isPublic: true,
232
230
  wellKnownToken: {
@@ -208,10 +208,8 @@ const chains = {
208
208
  ...bsc,
209
209
  network: "BNB",
210
210
  defaultMarketConfigurators: {
211
- "0x19037a281025b83fa37e3264b77af523ff87a3a4": "Chaos Labs"
212
- },
213
- testMarketConfigurators: {
214
- "0x92DC4Ee43e9B207e16FbF3fD1a6933563C0A0D35": "Re7"
211
+ "0x19037a281025b83fa37e3264b77af523ff87a3a4": "Chaos Labs",
212
+ "0x92dc4ee43e9b207e16fbf3fd1a6933563c0a0d35": "Re7"
215
213
  },
216
214
  isPublic: true,
217
215
  wellKnownToken: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gearbox-protocol/sdk",
3
- "version": "8.18.2",
3
+ "version": "8.19.0",
4
4
  "description": "Gearbox SDK",
5
5
  "license": "MIT",
6
6
  "main": "./dist/cjs/sdk/index.js",