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
refactor(eip712): rename EIP712Repository.signTypedDataEIP712 to signTypedData (#52)
* refactor(eip712): rename EIP712Repository.signTypedDataEIP712 to signTypedData
The public repository method consumed by the wallet is renamed back to `signTypedData`. Internal signing utilities (`signTypedDataEIP712`, `...DigestWithKey`, `...WithRawKey`) and the error-source tag keep the EIP-712 suffix.
* style(eip712): collapse signTypedData signature onto one line (prettier)
0 commit comments