Skip to content
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