We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd53d61 commit 6568f6dCopy full SHA for 6568f6d
src/contracts/CollateralRiskSteward.sol
@@ -6,6 +6,9 @@ import {IRiskSteward, RiskSteward} from './RiskSteward.sol';
6
7
/**
8
* @title CollateralRiskSteward
9
+ * @author Aave labs
10
+ * @notice Contract to manage the risk params without bounds on Horizon aave v3 pool:
11
+ * This contract can update the following risk params: ltv, liqThreshold, liqBonus, debtCeiling.
12
*/
13
contract CollateralRiskSteward is RiskSteward {
14
0 commit comments