From c0329faef5998abf5a66ad5073132bf745ad4ba6 Mon Sep 17 00:00:00 2001 From: dave | d1onys1us <13951458+d1onys1us@users.noreply.github.com> Date: Mon, 27 Mar 2023 20:43:39 -0400 Subject: [PATCH] fix(website): add infura and update guidance on rpc providers (#13473) Co-authored-by: David --- packages/website/pages/docs/guides/run-a-node.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/website/pages/docs/guides/run-a-node.mdx b/packages/website/pages/docs/guides/run-a-node.mdx index 2e76ff0dbc8..b17dcc51b15 100644 --- a/packages/website/pages/docs/guides/run-a-node.mdx +++ b/packages/website/pages/docs/guides/run-a-node.mdx @@ -58,7 +58,7 @@ Finally, set the following environment variables: You can get a Sepolia L1 endpoint from a few places, - [Alchemy](https://www.alchemy.com/) is one popular example. + [Alchemy](https://www.alchemy.com/) and [Infura](https://www.infura.io/) are two popular RPC providers. **Make sure you select the RPC as Sepolia testnet, and not Ethereum mainnet**. ### Enable your node as a prover (optional)