Skip to content

Commit 3c0ff56

Browse files
Add callout to Pythnet addresses page to clarify target chain usage (#692)
* Add callout to Pythnet addresses page to clarify target chain usage Co-Authored-By: Tejas Badadare <[email protected]> * Update callout wording: remove Sonic mention and strengthen recommendation Co-Authored-By: Tejas Badadare <[email protected]> * Fix formatting to pass prettier checks Co-Authored-By: Tejas Badadare <[email protected]> --------- Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: Tejas Badadare <[email protected]>
1 parent 23b88ea commit 3c0ff56

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

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

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
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,
7+
which is used to construct and deliver Pyth prices to other blockchains. If
8+
you are building an application on EVM, Solana, SVM, or another chain, you
9+
should use the Pyth program deployed on your target chain instead. Please
10+
refer to the [Contract Addresses](/price-feeds/contract-addresses) page and
11+
select your specific blockchain environment.
12+
</Callout>
13+
314
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:
415

516
| Network | Program | Program address |

0 commit comments

Comments
 (0)