Skip to content

Commit 6d44ae6

Browse files
authored
fix(hermes)-add-beta-endpoint (#533)
* fix(hermes)-add-beta-endpoint * pre-commit
1 parent 1b15c3a commit 6d44ae6

File tree

1 file changed

+9
-0
lines changed
  • pages/price-feeds/api-instances-and-providers

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import { Callout } from "nextra/components";
2+
13
# Hermes
24

35
Hermes is an open-source service that listens to the Pythnet and the Wormhole Network for Pyth price updates, and
@@ -13,6 +15,13 @@ Network:
1315

1416
URL: https://hermes.pyth.network
1517

18+
<Callout type="info" emoji="⚠️">
19+
For developers building on **Aptos testnet**, **Sui testnet** or **Near testnet**, please use the Hermes Beta endpoint:
20+
21+
URL: https://hermes-beta.pyth.network
22+
23+
</Callout>
24+
1625
For production deployments, developers integrating with Pyth Network are **strongly encouraged** to use Node Providers
1726
for maximum resilience and decentralization. Moreover, Hermes is designed to be self-hosted, so developers can run their own
1827
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.

0 commit comments

Comments
 (0)