From 3fd13148c2906b4fdc8a568e55bccbba3208bf6e Mon Sep 17 00:00:00 2001 From: "Daniel (OnFinality)" <92831040+Danielvul@users.noreply.github.com> Date: Wed, 19 Jun 2024 16:11:00 +1200 Subject: [PATCH] Corrected prerequisites (#532) --- .../node_operators/rpc_providers/connect-node.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/subquery_network/node_operators/rpc_providers/connect-node.md b/docs/subquery_network/node_operators/rpc_providers/connect-node.md index 0630c44fae3..aa8de0006f4 100644 --- a/docs/subquery_network/node_operators/rpc_providers/connect-node.md +++ b/docs/subquery_network/node_operators/rpc_providers/connect-node.md @@ -10,7 +10,7 @@ This means you can run existing RPC endpoint used for other purposes (including ## Prerequisites -This guide assumes you are already running an RPC node that is publicly available on a known IP address/port. +This guide assumes you are already running an RPC node that is internally available to the indexer proxy service. For example with Etheruem, it can be any client (geth or erigon etc), and it is listening on a known address and port (in the examples below our node is listening on `192.168.1.100:8545`).