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 was 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.
when testing eth_signTypedData, this is the part of the request:
types >
EIP712Domainhas 3 elements, while the actualdomainhas 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.