diff --git a/docusaurus/docs/operate/run_a_node/full_node_walkthrough.md b/docusaurus/docs/operate/run_a_node/full_node_walkthrough.md index 7843b8c39..2a19269fb 100644 --- a/docusaurus/docs/operate/run_a_node/full_node_walkthrough.md +++ b/docusaurus/docs/operate/run_a_node/full_node_walkthrough.md @@ -318,7 +318,7 @@ sed -i 's|cors_allowed_origins = \[\]|cors_allowed_origins = ["*"]|' $HOME/.pokt sudo systemctl restart cosmovisor.service # Test the connection -nc -vz $VULTR_GROVE_TEST_IP 26657 +nc -vz {EXTERNAL_IP} 26657 ``` Learn more [here](https://docs.cometbft.com/main/rpc/).