Skip to content

Commit

Permalink
docs: update config command
Browse files Browse the repository at this point in the history
  • Loading branch information
mennatnaga committed Jan 17, 2024
1 parent 7d17a41 commit 60c0442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ seda-chaind query bank --help
This section is for those linking to an external node, so if you want to run commands from your local machine, or don't feel like running a node yourself you can use the `seda-chaind` binary to connect to an external node. This can be done two ways:

1. Add the `--node` flag to your CLI commands, followed by the RPC endpoint in the `https://<hostname>:<port>` format.
2. Alternatively, set a default node: `seda-chaind config node https://[hostname]:[port]`
2. Alternatively, set a default node: `seda-chaind config set client node https://[hostname]:[port]`

**NOTE**:<br>
When connecting externally, choose a trustworthy node operator. Unscrupulous operators might tamper with query outcomes or block transactions. The SEDA team currently supports these RPC endpoints:
Expand Down

0 comments on commit 60c0442

Please sign in to comment.