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 7b99def commit 4c7bbdaCopy full SHA for 4c7bbda
src/contracts/extensions/v3-config-engine/AaveV3Payload.sol
@@ -150,7 +150,7 @@ abstract contract AaveV3Payload {
150
/// @dev to be defined in the child with a list of priceFeeds to update
151
function priceFeedsUpdates() public view virtual returns (IEngine.PriceFeedUpdate[] memory) {}
152
153
- /// @dev to be defined in the child with a list of eMode categories to update
+ /// @dev to be defined in the child with a list of eMode categories to create
154
function eModeCategoryCreations()
155
public
156
view
0 commit comments