Added Staker Space Public Endpoints: RPC - API - GRPC to mainnet.md#1477
Added Staker Space Public Endpoints: RPC - API - GRPC to mainnet.md#1477jcstein merged 1 commit intocelestiaorg:mainfrom
Conversation
WalkthroughThe recent update introduces a significant enhancement to the network's infrastructure by adding a new RPC, API, and gRPC endpoint for Mainnet Beta participation. This enhancement is aimed at improving accessibility and interaction with the network, ensuring users and developers have more reliable and varied options for connecting to the Mainnet Beta. Changes
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
There was a problem hiding this comment.
Review Status
Actionable comments generated: 0
Configuration used: CodeRabbit UI
Files selected for processing (1)
- nodes/mainnet.md (3 hunks)
Additional comments: 3
nodes/mainnet.md (3)
- 126-126: The addition of the new RPC endpoint
https://rpc-celestia.staker.space/is correctly placed within the Consensus RPC endpoints section. This ensures users can easily find the endpoint when setting up their consensus nodes.- 150-151: The addition of the new API endpoint
https://api-celestia.staker.space/is correctly placed within the API endpoints section. However, it's important to ensure that the formatting adjustment mentioned in the PR objectives, which involves listing two existing API endpoints (celestia-api.f5nodes.comandhttps://celestia-api.chainode.tech) one below the other, is correctly implemented to improve readability.- 175-175: The addition of the new gRPC endpoint
https://grpc-celestia.staker.space/is correctly placed within the gRPC endpoints section. This ensures users can easily find the endpoint when setting up their gRPC connections.
Overview
We would like to add Staker Space's RPC - API and GRPC to the docs.
Also at the end of the API section "celestia-api.f5nodes.com" and "https://celestia-api.chainode.tech" were next to each other. I adjust that to be below each other.
Checklist
Summary by CodeRabbit