Skip to content

Support for other chains on Client Side SDK. #892

@envoy1084

Description

@envoy1084

As per the documentation for supported chains, there is a large list of different chains such as Mode, Shape and other but the client side SDK does not support these chains.

the client currently supports these chains

const SmartWalletChain = {
    readonly BASE: "base";
    readonly POLYGON: "polygon";
    readonly OPTIMISM: "optimism";
    readonly ARBITRUM: "arbitrum";
    readonly BASE_SEPOLIA: "base-sepolia";
    readonly POLYGON_AMOY: "polygon-amoy";
    readonly OPTIMISM_SEPOLIA: "optimism-sepolia";
    readonly ARBITRUM_SEPOLIA: "arbitrum-sepolia";
};

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