Update node URL instruction

This commit is contained in:
Shreerang Kale 2025-06-14 18:08:30 +05:30
parent b93f3515a5
commit 2c1ba2167b
2 changed files with 2 additions and 1 deletions

View File

@ -220,6 +220,7 @@
```bash
# Set the public IP address of the machine where your node is running
# NOTE: An https URL can also be used
node_url: "tcp://NODE_PUBLIC_IP_ADDRESS:26657"
# Make sure to wrap it with single quotes ('')

View File

@ -1,4 +1,4 @@
# The URL of the laconicd node's RPC endpoint (e.g., "tcp://NODE_PUBLIC_IP_ADDRESS:26657")
# The URL of the laconicd node's RPC endpoint (e.g., "tcp://NODE_PUBLIC_IP_ADDRESS:26657" or "https://<your-node-url>")
node_url: ""
# The public key of the validator node. This is required for creating the validator on chain