Skip to content

Commit cfcd25e

Browse files
devin-ai-integration[bot]aditya@dourolabs.xyz
authored andcommitted
Remove self-hosting references for Hermes
- 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>
1 parent 5d75a61 commit cfcd25e

File tree

5 files changed

+6
-29
lines changed

5 files changed

+6
-29
lines changed
Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
# API Instances and Providers
22

3-
The following documentation explains how to get access to an instance of Hermes or a Pythnet RPC.
4-
Developers may need access to these services in order to use Pyth Price Feeds.
5-
Both services can be self-hosted or accessed through a third-party provider.
6-
See the following guides to learn more about how to access each service:
3+
The following documentation explains how to get access to an instance of Hermes.
4+
Developers may need access to this service in order to use Pyth Price Feeds.
5+
See the following guide to learn more about how to access Hermes:
76

87
- [Hermes](api-instances-and-providers/hermes)
9-
- [Pythnet RPC](api-instances-and-providers/pythnet-rpc)
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
22
"hermes": "Hermes",
3-
"benchmarks": "Benchmarks / Historical Prices",
4-
"pythnet-rpc": "Pythnet RPC"
3+
"benchmarks": "Benchmarks / Historical Prices"
54
}

pages/price-feeds/core/api-instances-and-providers/hermes.mdx

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ All endpoints limits are set at 30 requests every 10 seconds per IP address.
2929
Clients issuing request above the limit will receive a 429 (Too Many Requests) response for the subsequent 60-second period.
3030

3131
For production deployments, developers integrating with Pyth Network are **strongly encouraged** to use Node Providers
32-
for maximum resilience and decentralization. Moreover, Hermes is designed to be self-hosted, so developers can run their own
33-
instance of Hermes to fetch Pyth price updates.
32+
for maximum resilience and decentralization.
3433

3534
## Node Providers
3635

@@ -40,10 +39,3 @@ The following node providers offer Hermes:
4039
- [P2P](https://p2p.org)
4140
- [extrnode](https://extrnode.com/)
4241
- [Liquify](https://www.liquify.io/)
43-
44-
## Self-Hosting
45-
46-
The Pyth Data Association provides a Helm chart for running Hermes in
47-
[charts](https://github.com/pyth-network/charts/tree/main/charts/hermes) repository. Please refer to the chart's readme
48-
for the configuration values.
49-
You will need a Pythnet RPC to run Hermes; see the [guide for accessing a Pythnet RPC](pythnet-rpc).

pages/price-feeds/core/api-instances-and-providers/pythnet-rpc.mdx

Lines changed: 0 additions & 12 deletions
This file was deleted.

pages/price-feeds/core/how-pyth-works/hermes.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ $ curl https://hermes.pyth.network/api/latest_price_feeds?ids[]=0xff61491a931112
2727

2828
## Accessing Hermes
2929

30-
Hermes is a permissionless service that can either be self-hosted or accessed through a third-party provider (similar to a blockchain RPC).
30+
Hermes can be accessed through a third-party provider (similar to a blockchain RPC).
3131
The Pyth Data Association also operates a public instance for development purposes.
3232
Please see [Hermes API Instances and Providers](/price-feeds/core/api-instances-and-providers/hermes) for more details.

0 commit comments

Comments
 (0)