We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f09745 commit 528e5b7Copy full SHA for 528e5b7
src/getters/getClientConfig.ts
@@ -26,7 +26,7 @@ export default function getClientConfig(
26
ethereumNetwork: {
27
chainId,
28
},
29
- rpcs: chainConfig.rpcEndpoints,
+ rpcs: chainConfig.rpcEndpoints.slice(0, 1),
30
streamRegistryChainAddress: getContractAddress('streamRegistry', chainId),
31
streamStorageRegistryChainAddress: getContractAddress('streamStorage', chainId),
32
theGraphUrl: getGraphUrl(chainId),
0 commit comments