Skip to content

Commit 6568f6d

Browse files
committed
docs: natspec
1 parent dd53d61 commit 6568f6d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/contracts/CollateralRiskSteward.sol

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ import {IRiskSteward, RiskSteward} from './RiskSteward.sol';
66

77
/**
88
* @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.
912
*/
1013
contract CollateralRiskSteward is RiskSteward {
1114
/**

0 commit comments

Comments
 (0)