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

Is there out-of-the-box possibility to work with another Ethereum network?Β #81

@apetrovskiy

Description

@apetrovskiy

Hello,
I'm trying to use this SDK against a product (a fork of Uniswap V2) working with a custom network.
I extended this enum:
const ChainIdPlus = { ...ChainId, NETWORKONE: 101, NETWORKTWO: 102 };
Despite these changes, code is failing in further calls, and so on.

So, the question is there any extensibility out of the box like plugins to be able to work with other networks (a private blockchain, for example) or I have to fork this project and change it appropriately?

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