@gearbox-protocol/sdk 8.23.3 → 8.23.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.
@@ -72,11 +72,10 @@ const chains = {
72
72
  "0x4d427D418342d8CE89a7634c3a402851978B680A": "K3",
73
73
  "0xc168343c791d56dd1da4b4b8b0cc1c1ec1a16e6b": "cp0x",
74
74
  "0x3b56538833fc02f4f0e75609390f26ded0c32e42": "Re7",
75
- "0x7a133fbd01736fd076158307c9476cc3877f1af5": "Invariant Group"
76
- },
77
- testMarketConfigurators: {
75
+ "0x7a133fbd01736fd076158307c9476cc3877f1af5": "Invariant Group",
78
76
  "0x09d8305F49374AEA6A78aF6C996df2913e8f3b19": "Tulipa"
79
77
  },
78
+ testMarketConfigurators: {},
80
79
  isPublic: true,
81
80
  wellKnownToken: {
82
81
  address: "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
@@ -228,6 +227,7 @@ const chains = {
228
227
  "0x19037a281025b83fa37e3264b77af523ff87a3a4": "Chaos Labs",
229
228
  "0x92dc4ee43e9b207e16fbf3fd1a6933563c0a0d35": "Re7"
230
229
  },
230
+ testMarketConfigurators: {},
231
231
  isPublic: true,
232
232
  wellKnownToken: {
233
233
  address: "0x8ac76a51cc950d9822d68b83fe1ad97b32cd580d",
@@ -56,11 +56,10 @@ const chains = {
56
56
  "0x4d427D418342d8CE89a7634c3a402851978B680A": "K3",
57
57
  "0xc168343c791d56dd1da4b4b8b0cc1c1ec1a16e6b": "cp0x",
58
58
  "0x3b56538833fc02f4f0e75609390f26ded0c32e42": "Re7",
59
- "0x7a133fbd01736fd076158307c9476cc3877f1af5": "Invariant Group"
60
- },
61
- testMarketConfigurators: {
59
+ "0x7a133fbd01736fd076158307c9476cc3877f1af5": "Invariant Group",
62
60
  "0x09d8305F49374AEA6A78aF6C996df2913e8f3b19": "Tulipa"
63
61
  },
62
+ testMarketConfigurators: {},
64
63
  isPublic: true,
65
64
  wellKnownToken: {
66
65
  address: "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
@@ -212,6 +211,7 @@ const chains = {
212
211
  "0x19037a281025b83fa37e3264b77af523ff87a3a4": "Chaos Labs",
213
212
  "0x92dc4ee43e9b207e16fbf3fd1a6933563c0a0d35": "Re7"
214
213
  },
214
+ testMarketConfigurators: {},
215
215
  isPublic: true,
216
216
  wellKnownToken: {
217
217
  address: "0x8ac76a51cc950d9822d68b83fe1ad97b32cd580d",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gearbox-protocol/sdk",
3
- "version": "8.23.3",
3
+ "version": "8.23.4",
4
4
  "description": "Gearbox SDK",
5
5
  "license": "MIT",
6
6
  "main": "./dist/cjs/sdk/index.js",