Deposit ETH

async depositETH()

Depositing in ETH Fixed Income Fund, you should use:

The contractAddress information you will get after getting a successful response from Get FIF List.

  • amount – will be the amount entered by the user in the form converted to string

  • walletAddress- is the address of the user.

const response = await this.LendingService.depositEth(
 contractAddress, amount, walletAddress
 )

Last updated