@gearbox-protocol/sdk 9.8.3 → 9.9.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.
@@ -291,7 +291,9 @@ const chains = {
291
291
  Plasma: (0, import_viem.defineChain)({
292
292
  ...import_chains.plasma,
293
293
  network: "Plasma",
294
- defaultMarketConfigurators: {},
294
+ defaultMarketConfigurators: {
295
+ "0x7a133fbd01736fd076158307c9476cc3877f1af5": "Invariant Group"
296
+ },
295
297
  isPublic: true,
296
298
  wellKnownToken: {
297
299
  address: "0xB8CE59FC3717ada4C02eaDF9682A9e934F625ebb",
@@ -276,7 +276,9 @@ const chains = {
276
276
  Plasma: defineChain({
277
277
  ...plasma,
278
278
  network: "Plasma",
279
- defaultMarketConfigurators: {},
279
+ defaultMarketConfigurators: {
280
+ "0x7a133fbd01736fd076158307c9476cc3877f1af5": "Invariant Group"
281
+ },
280
282
  isPublic: true,
281
283
  wellKnownToken: {
282
284
  address: "0xB8CE59FC3717ada4C02eaDF9682A9e934F625ebb",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gearbox-protocol/sdk",
3
- "version": "9.8.3",
3
+ "version": "9.9.0",
4
4
  "description": "Gearbox SDK",
5
5
  "license": "MIT",
6
6
  "main": "./dist/cjs/sdk/index.js",