mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
Update contracts/mainnet/connectors/morpho-aave-v3/main.sol
This commit is contained in:
parent
027e9c264b
commit
df5f922343
|
@ -89,7 +89,7 @@ abstract contract MorphoAaveV3 is Helpers, Events {
|
|||
* @notice Deposit a token to Morpho Aave for lending / collaterization on behalf of a user.
|
||||
* @param _tokenAddress The address of underlying token to deposit.(For ETH: 0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE)
|
||||
* @param _amount The amount of the token (in underlying) to deposit. (For max: `uint256(-1)`)
|
||||
* @param _onBehalf The address of user on behalf to deposit.
|
||||
* @param _onBehalf The address of user on behalf of whom we want to deposit.
|
||||
* @param _getId ID to retrieve amt.
|
||||
* @param _setId ID stores the amount of tokens deposited.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue
Block a user