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
fadb8021cd
commit
b6f9e55149
|
@ -45,7 +45,7 @@ abstract contract MorphoAaveV3 is Helpers, Events {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @dev Deposit ETH/ERC20_Token.
|
* @dev Deposit ETH/ERC20_Token.
|
||||||
* @notice Deposit a token to Morpho Aave for lending / collaterization.
|
* @notice Deposit a token to Morpho Aave for lending.
|
||||||
* @param _tokenAddress The address of underlying token to deposit.(For ETH: 0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE)
|
* @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 _amount The amount of the token (in underlying) to deposit. (For max: `uint256(-1)`)
|
||||||
* @param _maxIteration The maximum number of iterations allowed during the matching process.
|
* @param _maxIteration The maximum number of iterations allowed during the matching process.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user