ChainConfig<N, C>: {
    blockTime: number;
    chainId: number;
    contracts: Contracts;
    explorer?: explorer.ExplorerSettings;
    finalityThreshold: number;
    key: C;
    nativeChainId: string | bigint;
    nativeTokenDecimals: number;
    network: N;
    platform: ChainToPlatform<C>;
    rpc: string;
    tokenMap?: tokens.ChainTokens;
    wrappedNative?: tokens.Token;
}

Type Parameters

Type declaration

Generated using TypeDoc