Interface CosmosChainData

interface CosmosChainData {
    addressPrefix: string;
    associatedAssets?: any;
    baseDenom: string;
    chainId: string;
    chainName: string;
    chainRegistryPath: string;
    chainType: "cosmos";
    coinType: string;
    icon: string;
    key: string;
    privateInfra?: Record<NUMIA, NetworkUrl>;
    restTestUrl?: string;
    restUrl: string;
    rpcTestUrl?: string;
    rpcUrl: string;
    testnetChainId?: string;
    txExplorer: {
        mainnet: ExplorerConfig;
        testnet?: ExplorerConfig;
    };
}

Hierarchy (view full)

Properties

addressPrefix: string
associatedAssets?: any
baseDenom: string
chainId: string
chainName: string
chainRegistryPath: string
chainType: "cosmos"
coinType: string
icon: string
key: string
privateInfra?: Record<NUMIA, NetworkUrl>
restTestUrl?: string
restUrl: string
rpcTestUrl?: string
rpcUrl: string
testnetChainId?: string
txExplorer: {
    mainnet: ExplorerConfig;
    testnet?: ExplorerConfig;
}

Type declaration