EIP712 has a domain field that is meant to be used as a security measure, to restrict the range of possible signatures.
We do not currently enforce domain in any way that could prove to a contract that a signature was suggested to the wallet from a given web app.
This has been requested by an L2 team using signTypedData.
EIP712 has a
domainfield that is meant to be used as a security measure, to restrict the range of possible signatures.We do not currently enforce
domainin any way that could prove to a contract that a signature was suggested to the wallet from a given web app.This has been requested by an L2 team using
signTypedData.