@gearbox-protocol/periphery-v3 1.2.12 → 1.2.13

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.
@@ -262,7 +262,7 @@ contract DataCompressorV3_00 is IDataCompressorV3_00, ContractsRegisterTrait, Li
262
262
  result.totalValue = collateralDebtData.totalValue;
263
263
  result.isSuccessful = true;
264
264
  } catch {
265
- result.priceFeedsNeeded = _getPriceFeedFailedList(_pool, result.balances);
265
+ result.priceFeedsNeeded = _getPriceFeedFailedList(pool, result.balances);
266
266
  result.isSuccessful = false;
267
267
  }
268
268
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gearbox-protocol/periphery-v3",
3
- "version": "1.2.12",
3
+ "version": "1.2.13",
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>",