The default required properties of all chains

interface LITChainRequiredProps {
    blockExplorerUrls: string[];
    decimals: number;
    name: string;
    rpcUrls: string[];
    symbol: string;
    vmType: string;
}

Properties

blockExplorerUrls: string[]
decimals: number
name: string
rpcUrls: string[]
symbol: string
vmType: string