Skip to content

Commit

Permalink
✨ add increaseP2PDeltas function to IMorpho
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-devatom committed Nov 25, 2022
1 parent 30c109a commit b4b531b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contracts/aave-v2/interfaces/IMorpho.sol
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ interface IMorpho {
function setInterestRatesManager(IInterestRatesManager _interestRatesManager) external;
function claimToTreasury(address[] calldata _poolTokens, uint256[] calldata _amounts) external;
function createMarket(address _underlyingToken, uint16 _reserveFactor, uint16 _p2pIndexCursor) external;
function increaseP2PDeltas(address _poolToken, uint256 _amount) external;

/// USERS ///

Expand Down

0 comments on commit b4b531b

Please sign in to comment.