Type Alias SupportedChain

SupportedChain: {
    schemaVersion: 1;
    chain: Chain;
    chainId: number;
    features: SupportedChainFeatures;
    subgraphUrl?: string;
    deployments?: NetworkConfig;
    protocols?: ProtocolDetails[];
}

Type declaration