hey totally new to moralis and i am trying to pass authenticated users wallet address to the const options but i keep getting an error here is the code
async function gettransfererc20({ethAddress3}) {
// sending 0.5 tokens with 18 decimals
const options = {
type: "erc20",
amount: Moralis.Units.Token("0.5", "18"),
**receiver: 'ethAddress3',**
contractAddress: "0x06423472ecc1157b50310d7aae92c3a46fa4e7b9",
};
let result = await Moralis.transfer(options);
}
here is the error
Uncaught (in promise) Error: resolver or addr is not configured for ENS name (argument=“name”, value=“ethAddress2”, code=INVALID_ARGUMENT, version=contracts/5.6.0)