Interface SVMChainData

interface SVMChainData {
    chainId: string;
    chainName: string;
    chainType: "svm";
    icon: string;
    txExplorer: {
        mainnet: ExplorerConfig;
        testnet?: ExplorerConfig;
    };
}

Hierarchy (view full)

Properties

chainId: string
chainName: string
chainType: "svm"
icon: string
txExplorer: {
    mainnet: ExplorerConfig;
    testnet?: ExplorerConfig;
}

Type declaration