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
{{ message }}
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.
types > EIP712Domain has 3 elements, while the actual domain has additional data chainId. it throws an error to generate hash to be signed due to this mismatch. fyi we are using go-ethereum for the hash generation.
The text was updated successfully, but these errors were encountered:
when testing eth_signTypedData, this is the part of the request:
types >
EIP712Domain
has 3 elements, while the actualdomain
has additional datachainId
. it throws an error to generate hash to be signed due to this mismatch. fyi we are using go-ethereum for the hash generation.The text was updated successfully, but these errors were encountered: