Skip to content

Add callout to Pythnet addresses page to clarify target chain usage #692

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 9, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions pages/price-feeds/contract-addresses/pythnet.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Price Feed Program Addresses on Pythnet

import { Callout } from "nextra/components";

<Callout type="warning" emoji="⚠️">
**Important:** The addresses on this page are for the Pythnet network itself,
which is used to construct and deliver Pyth prices to other blockchains. If
you are building an application on EVM, Solana, SVM, or another chain, you
should use the Pyth program deployed on your target chain instead. Please
refer to the [Contract Addresses](/price-feeds/contract-addresses) page and
select your specific blockchain environment.
</Callout>

The following table contains the addresses of the programs deployed on Pythnet that operate together to construct Pyth prices and deliver them to other blockchains:

| Network | Program | Program address |
Expand Down
Loading