Skip to content

add option for request template #46

@shanejonas

Description

@shanejonas

right now it's hardcoded to await window.ethereum.request({...jsonrpcRequest}) but it should be configurable.

Ideally it should default to using something like window.fetch({method: "POST", body: JSON.stringify({...jsonrpcRequest}) and the MetaMask one configures it to be window.ethereum.request

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