mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
updated comments for all chains
This commit is contained in:
parent
3a6a864d8f
commit
390bacaa01
|
@ -64,8 +64,8 @@ abstract contract AaveResolver is Events, Helpers {
|
|||
}
|
||||
|
||||
/**
|
||||
* @dev Deposit avax/ERC20_Token.
|
||||
* @notice Deposit a token to Aave v3 for lending / collaterization.
|
||||
* @dev Deposit ETH/ERC20_Token without collateral
|
||||
* @notice Deposit a token to Aave v3 without enabling it as collateral.
|
||||
* @param token The address of the token to deposit.(For avax: 0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE)
|
||||
* @param amt The amount of the token to deposit. (For max: `uint256(-1)`)
|
||||
* @param getId ID to retrieve amt.
|
||||
|
|
|
@ -64,8 +64,8 @@ abstract contract AaveResolver is Events, Helpers {
|
|||
}
|
||||
|
||||
/**
|
||||
* @dev Deposit Ftm/ERC20_Token.
|
||||
* @notice Deposit a token to Aave v3 for lending / collaterization.
|
||||
* @dev Deposit ETH/ERC20_Token without collateral
|
||||
* @notice Deposit a token to Aave v3 without enabling it as collateral.
|
||||
* @param token The address of the token to deposit.(For FTM: 0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE)
|
||||
* @param amt The amount of the token to deposit. (For max: `uint256(-1)`)
|
||||
* @param getId ID to retrieve amt.
|
||||
|
|
|
@ -64,8 +64,8 @@ abstract contract AaveResolver is Events, Helpers {
|
|||
}
|
||||
|
||||
/**
|
||||
* @dev Deposit ETH/ERC20_Token.
|
||||
* @notice Deposit a token to Aave v3 for lending / collaterization.
|
||||
* @dev Deposit ETH/ERC20_Token without collateral
|
||||
* @notice Deposit a token to Aave v3 without enabling it as collateral.
|
||||
* @param token The address of the token to deposit.(For ETH: 0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE)
|
||||
* @param amt The amount of the token to deposit. (For max: `uint256(-1)`)
|
||||
* @param getId ID to retrieve amt.
|
||||
|
|
|
@ -64,8 +64,8 @@ abstract contract AaveResolver is Events, Helpers {
|
|||
}
|
||||
|
||||
/**
|
||||
* @dev Deposit ETH/ERC20_Token.
|
||||
* @notice Deposit a token to Aave v3 for lending / collaterization.
|
||||
* @dev Deposit ETH/ERC20_Token without collateral
|
||||
* @notice Deposit a token to Aave v3 without enabling it as collateral.
|
||||
* @param token The address of the token to deposit.(For ETH: 0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE)
|
||||
* @param amt The amount of the token to deposit. (For max: `uint256(-1)`)
|
||||
* @param getId ID to retrieve amt.
|
||||
|
|
|
@ -64,8 +64,8 @@ abstract contract AaveResolver is Events, Helpers {
|
|||
}
|
||||
|
||||
/**
|
||||
* @dev Deposit Matic/ERC20_Token.
|
||||
* @notice Deposit a token to Aave v3 for lending / collaterization.
|
||||
** @dev Deposit ETH/ERC20_Token without collateral
|
||||
* @notice Deposit a token to Aave v3 without enabling it as collateral.
|
||||
* @param token The address of the token to deposit.(For Matic: 0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE)
|
||||
* @param amt The amount of the token to deposit. (For max: `uint256(-1)`)
|
||||
* @param getId ID to retrieve amt.
|
||||
|
|
Loading…
Reference in New Issue
Block a user