@gearbox-protocol/periphery-v3 1.3.4 → 1.3.5

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.
@@ -113,6 +113,7 @@ contract DataCompressorV2_10 is
113
113
 
114
114
  result.borrower = borrower;
115
115
  result.creditManager = _creditManager;
116
+ result.creditFacade = address(creditFacade);
116
117
  result.addr = creditAccount;
117
118
 
118
119
  result.underlying = creditManagerV2.underlying();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gearbox-protocol/periphery-v3",
3
- "version": "1.3.4",
3
+ "version": "1.3.5",
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>",