-
Notifications
You must be signed in to change notification settings - Fork 118
Closed
Description
gho-core/src/contracts/misc/interfaces/IGhoAaveSteward.sol
Lines 93 to 97 in 3684128
| /** | |
| * @notice Returns maximum value that can be assigned to GHO borrow rate. | |
| * @return The maximum value that can be assigned to GHO borrow rate in ray (e.g. 0.01e27 results in 1.0%) | |
| */ | |
| function GHO_BORROW_RATE_MAX() external view returns (uint32); |
This value (GHO_BORROW_RATE_MAX) is stored & utilised in BPS rather than RAY.
Metadata
Metadata
Assignees
Labels
No labels