Skip to content

Commit

Permalink
fix: add deprecated to interface (aave-dao#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
sakulstra authored Sep 16, 2024
1 parent 740d0a8 commit 5dc61d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contracts/interfaces/IPoolConfigurator.sol
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ interface IPoolConfigurator {
* @param ltv The ltv for the asset category in eMode
* @param liquidationThreshold The liquidationThreshold for the asset category in eMode
* @param liquidationBonus The liquidationBonus for the asset category in eMode
* @param oracle The optional address of the price oracle specific for this category
* @param oracle DEPRECATED in v3.2.0
* @param label A human readable identifier for the category
*/
event EModeCategoryAdded(
Expand Down

0 comments on commit 5dc61d1

Please sign in to comment.