Config
Test
: Partial<Omit<StrictStreamrClientConfig, "network" | "contracts" | "decryption"> & { contracts
: Partial<{ ethereumNetworks
: Record<string, EthereumNetworkConfig>; mainChainRPCs
: ChainConnectionInfo; maxConcurrentCalls
: number; storageNodeRegistryChainAddress
: string; streamRegistryChainAddress
: string; streamRegistryChainRPCs
: ChainConnectionInfo; streamStorageRegistryChainAddress
: string; theGraphUrl
: string; }>; decryption
: Partial<{ keyRequestTimeout
: number; maxKeyRequestsPerSecond
: number; }>; network
: Partial<Omit<NetworkNodeConfig, "trackers" | "metricsContext"> & { trackers
: TrackerRegistryContract | TrackerRegistryRecord[]; }>; }> = CONFIG_TEST
Deprecated
Use CONFIG_TEST