From 9daf4c4bec0fed0467108253905d29b39df97ea2 Mon Sep 17 00:00:00 2001 From: Aditya Arora Date: Mon, 9 Dec 2024 16:12:06 -0500 Subject: [PATCH 1/2] fix(hermes)-add-beta-endpoint --- pages/price-feeds/api-instances-and-providers/hermes.mdx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pages/price-feeds/api-instances-and-providers/hermes.mdx b/pages/price-feeds/api-instances-and-providers/hermes.mdx index 05abc2cb..8cc37064 100644 --- a/pages/price-feeds/api-instances-and-providers/hermes.mdx +++ b/pages/price-feeds/api-instances-and-providers/hermes.mdx @@ -1,3 +1,5 @@ +import { Callout } from "nextra/components"; + # Hermes Hermes is an open-source service that listens to the Pythnet and the Wormhole Network for Pyth price updates, and @@ -13,6 +15,12 @@ Network: URL: https://hermes.pyth.network + +For developers building on **Aptos testnet**, **Sui testnet** or **Near testnet**, please use the Hermes Beta endpoint: + +URL: https://hermes-beta.pyth.network + + For production deployments, developers integrating with Pyth Network are **strongly encouraged** to use Node Providers for maximum resilience and decentralization. Moreover, Hermes is designed to be self-hosted, so developers can run their own instance of Hermes to fetch Pyth price updates. Please note it is not recommended to use the public endpoint for production as it has rate limits. From 8e56013038993c2fb8136a2e8878ee99efc43e55 Mon Sep 17 00:00:00 2001 From: Aditya Arora Date: Mon, 9 Dec 2024 16:15:32 -0500 Subject: [PATCH 2/2] pre-commit --- pages/price-feeds/api-instances-and-providers/hermes.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/price-feeds/api-instances-and-providers/hermes.mdx b/pages/price-feeds/api-instances-and-providers/hermes.mdx index 8cc37064..cc94db5d 100644 --- a/pages/price-feeds/api-instances-and-providers/hermes.mdx +++ b/pages/price-feeds/api-instances-and-providers/hermes.mdx @@ -19,6 +19,7 @@ URL: https://hermes.pyth.network For developers building on **Aptos testnet**, **Sui testnet** or **Near testnet**, please use the Hermes Beta endpoint: URL: https://hermes-beta.pyth.network + For production deployments, developers integrating with Pyth Network are **strongly encouraged** to use Node Providers