From 563aada811bc0b23a6e2176267289bc4e96b81c3 Mon Sep 17 00:00:00 2001
From: Thrilok kumar <thrilok2000@gmail.com>
Date: Thu, 26 Aug 2021 01:06:59 +0530
Subject: [PATCH] Updated deposit comment

---
 contracts/mainnet/connectors/basic/main.sol | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/contracts/mainnet/connectors/basic/main.sol b/contracts/mainnet/connectors/basic/main.sol
index ace1c225..715fd1b3 100644
--- a/contracts/mainnet/connectors/basic/main.sol
+++ b/contracts/mainnet/connectors/basic/main.sol
@@ -17,8 +17,8 @@ abstract contract BasicResolver is Events, DSMath, Basic {
 
     /**
      * @dev Deposit Assets To Smart Account.
-     * @notice Deposit a token to DSA
-     * @param token The address of the token to deposit. (For ETH: 0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE)
+     * @notice Deposit a token to DSA. 
+     * @param token The address of the token to deposit.(For ETH: 0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE and need to pass `value` parameter equal to `amt` in cast function ```dsa.cast({..., value: amt})```. For ERC20: Need to give allowance piror casting spells.)
      * @param amt The amount of tokens to deposit. (For max: `uint256(-1)` (Not valid for ETH))
      * @param getId ID to retrieve amt.
      * @param setId ID stores the amount of tokens deposited.