Skip to content

Fix walletconnect-provider signerAddress check #519

@nop33

Description

@nop33

The params of the alph_signAndSubmitChainedTx is an array and not an object. Thus, the check in the request method always fails with

Cannot request without signerAddress

See:

const signerAddress = args.params?.signerAddress
if (typeof signerAddress === 'undefined') {
throw new Error('Cannot request without signerAddress')
}

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