Skip to content

Contract instantiation fails with 'type' not specify in a fragment of an abi definition #36

@notsegfault

Description

@notsegfault

if the abi contains for example:
{ payable: true, stateMutability: 'payable', type: 'fallback' },

the contract instantiation will fail because x.type is undefined.

one can simply remove the abi entry but it would be nice if that would ignore it instead.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions