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
And when I try to add the chainId the verify doesn't work and breaks on the web with this message.
index.js:2691 ParserError: Unable to encode value: Invalid number. Expected a valid number value, but received "NaN".
at getBigInt (number.js:75:1)
at Object.encode (number.js:110:1)
at types.reduce.staticBuffer (packer.js:86:1)
at Array.reduce (<anonymous>)
at pack (packer.js:77:53)
at encode (abi.js:79:1)
at encodeData (sign-typed-data.js:242:1)
at hashStruct (sign-typed-data.js:301:1)
at eip712DomainHash (sign-typed-data.js:349:1)
at Object.eip712Hash (sign-typed-data.js:367:1)
The text was updated successfully, but these errors were encountered:
For signTypedDatav4 and v3, it doesn't work when I try other injected wallets. Only worked with Metamask wallet.
This is the data received for V4.
And when I try to add the chainId the verify doesn't work and breaks on the web with this message.
The text was updated successfully, but these errors were encountered: