-
Notifications
You must be signed in to change notification settings - Fork 423
docs: link docker setup to consensus endpoints with RPC and gRPC #2440
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -75,11 +75,11 @@ history, such as: | |||||
| | --------- | ----------------------------------------------------------------------------------------- | | ||||||
| | QuickNode | [https://www.quicknode.com/chains/celestia](https://www.quicknode.com/chains/celestia) ([docs](https://quicknode.com/docs/celestia)) | | ||||||
|
|
||||||
| ### Community RPC endpoints | ||||||
| ### Community consensus endpoints | ||||||
|
|
||||||
| > **Warning:** Do not rely on the free community endpoints listed below for production deployments. Production deployments should rely on [service providers with SLAs](#production-rpc-endpoints) or your own node. | ||||||
|
|
||||||
| RPC endpoints and types of nodes you can run in order to participate in Arabica devnet: | ||||||
| Consensus endpoints and node types you can run in order to participate in Arabica devnet: | ||||||
|
||||||
| Consensus endpoints and node types you can run in order to participate in Arabica devnet: | |
| Consensus-node endpoints and node types you can run in order to participate in Arabica devnet, including RPC, API, gRPC, and direct hostnames: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The doc now describes configuring a “consensus endpoint”, but the instructions and variable name still call it
RPC_URLand describe it as a “bare URL (without http or https)”. Since the value is actually a hostname used for--core.ip, consider renaming the env var (e.g.,CORE_IP/CONSENSUS_HOST) or adjusting the wording to consistently call this a host/endpoint (not a URL) to avoid confusion.