@gearbox-protocol/periphery-v3 1.7.0-next.40 → 1.7.0-next.41

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.
@@ -270,7 +270,7 @@ contract CreditAccountCompressor is ICreditAccountCompressor, SanityCheckTrait {
270
270
  data.creditFacade = ICreditManagerV3(creditManager).creditFacade();
271
271
  data.underlying = ICreditManagerV3(creditManager).underlying();
272
272
  data.owner = ICreditManagerV3(creditManager).getBorrowerOrRevert(creditAccount);
273
- data.expirationDate = ICreditFacadeV3(creditManager).expirationDate();
273
+ data.expirationDate = ICreditFacadeV3(data.creditFacade).expirationDate();
274
274
 
275
275
  CollateralDebtData memory cdd =
276
276
  ICreditManagerV3(creditManager).calcDebtAndCollateral(creditAccount, CollateralCalcTask.DEBT_ONLY);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gearbox-protocol/periphery-v3",
3
- "version": "1.7.0-next.40",
3
+ "version": "1.7.0-next.41",
4
4
  "main": "index.js",
5
5
  "repository": "git@github.com:Gearbox-protocol/periphery-v3.git",
6
6
  "author": "Mikael <26343374+0xmikko@users.noreply.github.com>",