crossmint-sdk icon indicating copy to clipboard operation
crossmint-sdk copied to clipboard

Support for other chains on Client Side SDK.

Open envoy1084 opened this issue 1 year ago • 0 comments

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";
};

envoy1084 avatar Dec 22 '24 20:12 envoy1084