From eb8fabbfeb991671992f534dbef5054ad03b24dc Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Thu, 8 May 2025 21:06:43 +0000 Subject: [PATCH 1/3] Add callout to Pythnet addresses page to clarify target chain usage Co-Authored-By: Tejas Badadare --- pages/price-feeds/contract-addresses/pythnet.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pages/price-feeds/contract-addresses/pythnet.mdx b/pages/price-feeds/contract-addresses/pythnet.mdx index e070d58c..a5324a89 100644 --- a/pages/price-feeds/contract-addresses/pythnet.mdx +++ b/pages/price-feeds/contract-addresses/pythnet.mdx @@ -1,5 +1,11 @@ # Price Feed Program Addresses on Pythnet +import { Callout } from "nextra/components"; + + + **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. + + 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 | From a5f2e7d724af1ab74418f64f4d9460a88881b791 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Thu, 8 May 2025 21:08:15 +0000 Subject: [PATCH 2/3] Update callout wording: remove Sonic mention and strengthen recommendation Co-Authored-By: Tejas Badadare --- pages/price-feeds/contract-addresses/pythnet.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/price-feeds/contract-addresses/pythnet.mdx b/pages/price-feeds/contract-addresses/pythnet.mdx index a5324a89..966c2f95 100644 --- a/pages/price-feeds/contract-addresses/pythnet.mdx +++ b/pages/price-feeds/contract-addresses/pythnet.mdx @@ -3,7 +3,7 @@ import { Callout } from "nextra/components"; - **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. + **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. 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: From 63213e7bc4117531fb639be2501676832239d68b Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Thu, 8 May 2025 21:10:19 +0000 Subject: [PATCH 3/3] Fix formatting to pass prettier checks Co-Authored-By: Tejas Badadare --- pages/price-feeds/contract-addresses/pythnet.mdx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pages/price-feeds/contract-addresses/pythnet.mdx b/pages/price-feeds/contract-addresses/pythnet.mdx index 966c2f95..8e21f46c 100644 --- a/pages/price-feeds/contract-addresses/pythnet.mdx +++ b/pages/price-feeds/contract-addresses/pythnet.mdx @@ -3,7 +3,12 @@ import { Callout } from "nextra/components"; - **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. + **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. 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: