This repository was archived by the owner on Nov 28, 2025. It is now read-only.
Remove self-hosting references for Hermes#944
Merged
Conversation
- Remove Self-Hosting section from Hermes documentation - Remove pythnet-rpc.mdx page as it was only needed for self-hosting - Update api-instances-and-providers to remove self-hosting mentions - Update how-pyth-works/hermes.mdx to remove self-hosting reference Co-Authored-By: aditya@dourolabs.xyz <aditya@dourolabs.xyz>
Contributor
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Member
|
Why did you remove the pythnet rpc and its api-refernce? We need it. |
Contributor
Author
|
You're right - I shouldn't have removed the entire Pythnet RPC page. I'll restore it with the following changes:
Could you clarify what you meant by "api-reference"? I want to make sure I restore everything you need. Did you mean:
I'll restore the page now with the changes above. |
- Restore pythnet-rpc.mdx page with providers list - Update intro to not tie exclusively to Hermes self-hosting - Remove paragraph about self-hosting Pythnet RPC - Re-add pythnet-rpc to navigation and api-instances-and-providers.mdx This addresses feedback that the Pythnet RPC page is still needed for other workflows beyond Hermes self-hosting. Co-Authored-By: aditya@dourolabs.xyz <aditya@dourolabs.xyz>
aditya520
approved these changes
Nov 18, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR removes all references to self-hosting Hermes nodes from the documentation. Self-hosting Hermes is being deprecated, so the documentation has been updated to only reference third-party node providers and the public Pyth Data Association endpoint.
Type of Change
Areas Affected
pages/price-feeds/core/api-instances-and-providers/hermes.mdx- Removed "Self-Hosting" section and references to self-hostingpages/price-feeds/core/api-instances-and-providers/pythnet-rpc.mdx- Deleted entire page (was only needed for self-hosting)pages/price-feeds/core/api-instances-and-providers.mdx- Updated to remove Pythnet RPC referencespages/price-feeds/core/api-instances-and-providers/_meta.json- Removed pythnet-rpc from navigationpages/price-feeds/core/how-pyth-works/hermes.mdx- Removed self-hosting referenceChanges Summary
Checklist
pre-commit run --all-filesto check for linting errorsHuman Review Checklist
Important items to verify:
pythnet-rpc.mdxpage_meta.jsonRelated Issues
Related to forum discussion: https://dev-forum.pyth.network/t/470
Additional Notes
This change was requested in response to a forum post where a user asked about self-hosting Hermes. The team decided to remove self-hosting documentation as it is being deprecated.
Contributor Information