Skip to content

ethers-multicall-provider has a similar, simpler API #49

@Rubilmax

Description

@Rubilmax

This repository seems to not be maintained anymore: last commit dates back to beginning of January 2022.

I encourage anyone willing to get support to start using ethers-multicall-provider, which is well tested and has a similar API. The move should not be cumbersome, as it boilds down to the following changes:

- import { Contract, Provider } from 'ethers-multicall';
+ import { MulticallProvider } from 'ethers-multicall-provider';

- const multicallProvider = new Provider(provider);
+ const multicallProvider = MulticallProvider.wrap(provider);

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