@gearbox-protocol/sdk 14.11.19 → 14.11.20

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.
@@ -652,7 +652,8 @@ class MarketConfiguratorContract extends import_sdk.BaseContract {
652
652
  accountFactoryParams.constructorParams
653
653
  )[0]
654
654
  }
655
- }
655
+ },
656
+ creditFacadeParams: (0, import_sdk.json_stringify)(decoded[1])
656
657
  })
657
658
  };
658
659
  }
@@ -647,7 +647,8 @@ class MarketConfiguratorContract extends BaseContract {
647
647
  accountFactoryParams.constructorParams
648
648
  )[0]
649
649
  }
650
- }
650
+ },
651
+ creditFacadeParams: json_stringify(decoded[1])
651
652
  })
652
653
  };
653
654
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gearbox-protocol/sdk",
3
- "version": "14.11.19",
3
+ "version": "14.11.20",
4
4
  "description": "Gearbox SDK",
5
5
  "license": "MIT",
6
6
  "repository": {