Function: addWhitelistedToken(address _tokenAddress)
This function is used to add a new deposit token to the contract.
Inputs
_tokenAddressControl: Arbitrary.
Constraints: Not zero address.
Impact: Address of the token to be added.
Branches and code coverage
Intended branches
Updates the
whitelistedTokensmapping.
Negative behavior
Reverts if the token address is zero.
Reverts if the caller is not the owner.