mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
Update contracts/mainnet/connectors/instaLite/main.sol
This commit is contained in:
parent
3f9ca9c890
commit
2bca7d70b0
|
@ -13,11 +13,11 @@ import { IInstaLite } from "./interface.sol";
|
||||||
|
|
||||||
abstract contract InstaLiteConnector is Events, Basic {
|
abstract contract InstaLiteConnector is Events, Basic {
|
||||||
/**
|
/**
|
||||||
* @dev Supply
|
* @dev Supply ETH/ERC20
|
||||||
* @notice Supply eth/weth/stEth tokens into instalite.
|
* @notice Supply a token into Instalite.
|
||||||
* @param vaultAddress Address of instaLite Contract.
|
* @param vaultAddress Address of instaLite Contract.
|
||||||
* @param token The address of token to be supplied.
|
* @param token The address of the token to be supplied. (For ETH: 0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE)
|
||||||
* @param amt The amount of token to be supplied.
|
* @param amt The amount of token to be supplied. (For max: `uint256(-1)`)
|
||||||
* @param getId ID to retrieve amt.
|
* @param getId ID to retrieve amt.
|
||||||
* @param setIds ID stores the amount of token deposited.
|
* @param setIds ID stores the amount of token deposited.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue
Block a user