Last updated 3 years ago
async depositETH()
Depositing in ETH Fixed Income Fund, you should use:
The contractAddress information you will get after getting a successful response from .
amount – will be the amount entered by the user in the form converted to string
amount
walletAddress- is the address of the user.
walletAddress
const response = await this.LendingService.depositEth( contractAddress, amount, walletAddress )