Skip to content

Does Kernel Account v3 support eip 6492 signature verification for signMessage?  #173

@ieow

Description

@ieow

for kernal v2 there is a wrapping of the signature with eip6492 for signMessage method

return create6492Signature(isDeployed, signature)

But for kernal v3, there was no wrapping but concat with kernelPluginManager.getIdentifier() hex

async signMessage({ message }) {

What is the method used to verify the signature for kernal v3 signMessage ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions