Skip to content
This repository was archived by the owner on Sep 23, 2024. It is now read-only.
This repository was archived by the owner on Sep 23, 2024. It is now read-only.

Sign Typed Data not following correct format. #75

@paulo-bc

Description

@paulo-bc

Parameters for eth_signTypedData should be a string and a json object, but App.tsx testSignTypedData sends two strings.

const message = JSON.stringify(eip712.example);
// eth_signTypedData params
const msgParams = [address, message];

When it should be:

// eth_signTypedData params 
const msgParams = [address, eip712.example]; 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions