Skip to content

Commit eb8fabb

Browse files
Add callout to Pythnet addresses page to clarify target chain usage
Co-Authored-By: Tejas Badadare <[email protected]>
1 parent 23b88ea commit eb8fabb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pages/price-feeds/contract-addresses/pythnet.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Price Feed Program Addresses on Pythnet
22

3+
import { Callout } from "nextra/components";
4+
5+
<Callout type="warning" emoji="⚠️">
6+
**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 (like Sonic), or another chain, you likely want to 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.
7+
</Callout>
8+
39
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:
410

511
| Network | Program | Program address |

0 commit comments

Comments
 (0)