Skip to content

docs: add NODERS endpoints and alphabetize service listings#2114

Merged
jcstein merged 2 commits intocelestiaorg:mainfrom
StanislavOdnorog:patch-2
Jul 3, 2025
Merged

docs: add NODERS endpoints and alphabetize service listings#2114
jcstein merged 2 commits intocelestiaorg:mainfrom
StanislavOdnorog:patch-2

Conversation

@StanislavOdnorog
Copy link
Copy Markdown
Contributor

Overview

  • Add NODERS endpoints to analytics and explorer sections
  • Alphabetize listings for better discoverability

Overview:
- Add NODERS endpoints to analytics and explorer sections
- Alphabetize listings for better discoverability
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Summary of Changes

Hello @StanislavOdnorog, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request updates the mainnet.md documentation by incorporating new explorer and analytics endpoints, specifically from celestiahub.org. Additionally, it improves the organization of these listings by alphabetizing them, making it easier for users to find relevant services.

Highlights

  • Documentation Update: Added https://celestiahub.org/explorer to the list of Mainnet Beta explorers in how-to-guides/mainnet.md.
  • Documentation Update: Included https://celestiahub.org/explorer/blobs as a new analytics endpoint for Celestia in how-to-guides/mainnet.md.
  • Readability Improvement: Alphabetized the listings for both Mainnet Beta explorers and Celestia analytics services to enhance discoverability and readability.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point in your pull request via creating an issue comment (i.e. comment on the pull request page) using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in issue comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist is currently in preview and may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments to provide feedback.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

The pull request adds NODERS endpoints and alphabetizes service listings in the mainnet.md file. The alphabetization of the explorers and analytics listings needs to be corrected for consistency.

Comment thread how-to-guides/mainnet.md
Comment on lines 225 to +233
- [https://celestia.explorers.guru](https://celestia.explorers.guru)
- [https://mintscan.io/celestia](https://mintscan.io/celestia)
- [https://explorer.nodestake.top/celestia](https://explorer.nodestake.top/celestia)
- [https://stakeflow.io/celestia](https://stakeflow.io/celestia)
- [https://celestia.valopers.com/](https://celestia.valopers.com/)
- [https://mainnet.itrocket.net/celestia/](https://mainnet.itrocket.net/celestia/)
- [https://celestiahub.org](https://celestiahub.org/explorer)
- [https://explorer.chainroot.io/celestia](https://explorer.chainroot.io/celestia)
- [https://explorer.nodestake.top/celestia](https://explorer.nodestake.top/celestia)
- [https://mainnet.itrocket.net/celestia/](https://mainnet.itrocket.net/celestia/)
- [https://mammoblocks.io/](https://mammoblocks.io/)
- [https://mintscan.io/celestia](https://mintscan.io/celestia)
- [https://stakeflow.io/celestia](https://stakeflow.io/celestia)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The explorers are not consistently alphabetized. Please ensure they are in alphabetical order for better discoverability.

Suggested change
- [https://celestia.explorers.guru](https://celestia.explorers.guru)
- [https://mintscan.io/celestia](https://mintscan.io/celestia)
- [https://explorer.nodestake.top/celestia](https://explorer.nodestake.top/celestia)
- [https://stakeflow.io/celestia](https://stakeflow.io/celestia)
- [https://celestia.valopers.com/](https://celestia.valopers.com/)
- [https://mainnet.itrocket.net/celestia/](https://mainnet.itrocket.net/celestia/)
- [https://celestiahub.org](https://celestiahub.org/explorer)
- [https://explorer.chainroot.io/celestia](https://explorer.chainroot.io/celestia)
- [https://explorer.nodestake.top/celestia](https://explorer.nodestake.top/celestia)
- [https://mainnet.itrocket.net/celestia/](https://mainnet.itrocket.net/celestia/)
- [https://mammoblocks.io/](https://mammoblocks.io/)
- [https://mintscan.io/celestia](https://mintscan.io/celestia)
- [https://stakeflow.io/celestia](https://stakeflow.io/celestia)
- [https://celenium.io](https://celenium.io)
- [https://celestia.explorers.guru](https://celestia.explorers.guru)
- [https://celestia.valopers.com/](https://celestia.valopers.com/)
- [https://celestiahub.org](https://celestiahub.org/explorer)
- [https://explorer.chainroot.io/celestia](https://explorer.chainroot.io/celestia)
- [https://explorer.nodestake.top/celestia](https://explorer.nodestake.top/celestia)
- [https://mainnet.itrocket.net/celestia/](https://mainnet.itrocket.net/celestia/)
- [https://mammoblocks.io/](https://mammoblocks.io/)
- [https://mintscan.io/celestia](https://mintscan.io/celestia)
- [https://stakeflow.io/celestia](https://stakeflow.io/celestia)

Copy link
Copy Markdown
Member

@jcstein jcstein left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK LGTM

@jcstein jcstein merged commit 6f80279 into celestiaorg:main Jul 3, 2025
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants