You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But when I execute the function I catch an error that follows: TypeError: invalid ENS name (disallowed character: "[" {5B}) (argument="name", value="[object Object]", code=INVALID_ARGUMENT, version=6.10.0)
I don't understand which argument it refers to.
Can you help me to get the signature for this permit transaction? I need to get signature.v, signature.r, signature.s
The text was updated successfully, but these errors were encountered:
Ethers Version
6.10.0
Search Terms
permit
Describe the Problem
Hello,
I am trying to use the signTypeData function in order to create a ERC20 transaction with permit.
Here is what I have so fare
But when I execute the function I catch an error that follows:
TypeError: invalid ENS name (disallowed character: "[" {5B}) (argument="name", value="[object Object]", code=INVALID_ARGUMENT, version=6.10.0)
I don't understand which argument it refers to.
Can you help me to get the signature for this permit transaction? I need to get signature.v, signature.r, signature.s
The text was updated successfully, but these errors were encountered: