You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 26, 2024. It is now read-only.
require(currentHealthFactor < healthFactorThreshold, "HF not low enough, reserving for PYTH");
92
90
_;
93
91
}
94
92
@@ -141,13 +139,13 @@ contract IonicLiquidator is OwnableUpgradeable, ILiquidator, IUniswapV2Callee, I
141
139
* @param cTokenCollateral The cToken collateral to be liquidated.
142
140
* @param minOutputAmount The minimum amount of collateral to seize (or the minimum exchange output if applicable) required for execution. Reverts if this condition is not met.
require(currentHealthFactor < healthFactorThreshold, "HF not low enough, reserving for PYTH");
74
72
_;
75
73
}
76
74
@@ -88,13 +86,13 @@ contract IonicUniV3Liquidator is OwnableUpgradeable, ILiquidator, IUniswapV3Flas
88
86
* @param cTokenCollateral The cToken collateral to be liquidated.
89
87
* @param minOutputAmount The minimum amount of collateral to seize (or the minimum exchange output if applicable) required for execution. Reverts if this condition is not met.
0 commit comments