ChainConfig: {
    blockTime: number;
    contracts: Contracts;
    explorer: ExplorerSettings;
    finalityThreshold: number;
    key: ChainName;
    nativeTokenDecimals: bigint;
    network: Network;
    platform: PlatformName;
    rpc: string;
}

Type declaration

Generated using TypeDoc