Update contracts/mainnet/connectors/instaLite/main.sol

This commit is contained in:
Thrilok kumar 2022-04-03 03:50:41 +05:30 committed by GitHub
parent 2bca7d70b0
commit eb96ae8686
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ abstract contract InstaLiteConnector is Events, Basic {
* @param token The address of the token to be supplied. (For ETH: 0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE)
* @param amt The amount of token to be supplied. (For max: `uint256(-1)`)
* @param getId ID to retrieve amt.
* @param setIds ID stores the amount of token deposited.
* @param setIds array of IDs to store the amount of tokens deposited.
*/
function supply(
address vaultAddress,