From 2f355f660378f47e5c8ef1dc57890d080597f203 Mon Sep 17 00:00:00 2001 From: Aditya Arora Date: Mon, 12 Aug 2024 14:28:27 -0400 Subject: [PATCH 1/3] (feat) Add eclipse mainnet --- pages/price-feeds/contract-addresses/solana.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/price-feeds/contract-addresses/solana.mdx b/pages/price-feeds/contract-addresses/solana.mdx index 6ae54ec1..88088cd6 100644 --- a/pages/price-feeds/contract-addresses/solana.mdx +++ b/pages/price-feeds/contract-addresses/solana.mdx @@ -2,7 +2,7 @@ import CopyAddress from "../../../components/CopyAddress"; # Program Addresses on Solana and other SVM chains -Pyth has two different versions of the oracle program on Solana. +Pyth has two different versions of the Oracle program on Solana. ## Pull Oracle @@ -13,6 +13,7 @@ The Solana receiver program is deployed at the following addresses: | --------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | Solana Mainnet | | | Solana Devnet | | +| Eclipse Mainnet | | | Eclipse Testnet | | The price feed program is deployed at the following addresses: From 937b1942dbbe6ec4831b097bc4a06db62bd1b659 Mon Sep 17 00:00:00 2001 From: Aditya Arora Date: Mon, 12 Aug 2024 14:36:58 -0400 Subject: [PATCH 2/3] (feat) Add eclipse mainnet --- pages/price-feeds/contract-addresses/solana.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/price-feeds/contract-addresses/solana.mdx b/pages/price-feeds/contract-addresses/solana.mdx index 88088cd6..e0272ee8 100644 --- a/pages/price-feeds/contract-addresses/solana.mdx +++ b/pages/price-feeds/contract-addresses/solana.mdx @@ -22,6 +22,7 @@ The price feed program is deployed at the following addresses: | --------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | Solana Mainnet | | | Solana Devnet | | +| Eclipse Mainnet | | | Eclipse Testnet | | ## Legacy Oracle From 8c95af3d075f62950c3346391c3c2f2ba5296c4f Mon Sep 17 00:00:00 2001 From: Aditya Arora Date: Mon, 12 Aug 2024 16:22:13 -0400 Subject: [PATCH 3/3] requested changes --- .../price-feeds/contract-addresses/solana.mdx | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) diff --git a/pages/price-feeds/contract-addresses/solana.mdx b/pages/price-feeds/contract-addresses/solana.mdx index e0272ee8..e2875457 100644 --- a/pages/price-feeds/contract-addresses/solana.mdx +++ b/pages/price-feeds/contract-addresses/solana.mdx @@ -2,12 +2,9 @@ import CopyAddress from "../../../components/CopyAddress"; # Program Addresses on Solana and other SVM chains -Pyth has two different versions of the Oracle program on Solana. +The Pyth Oracle consists of two different programs. -## Pull Oracle - -The Pyth pull oracle consists of two different programs. -The Solana receiver program is deployed at the following addresses: +The **Solana receiver program** is deployed at the following addresses: | Network | Program address | | --------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | @@ -16,7 +13,7 @@ The Solana receiver program is deployed at the following addresses: | Eclipse Mainnet | | | Eclipse Testnet | | -The price feed program is deployed at the following addresses: +The **Price feed program** is deployed at the following addresses: | Network | Program address | | --------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | @@ -24,13 +21,3 @@ The price feed program is deployed at the following addresses: | Solana Devnet | | | Eclipse Mainnet | | | Eclipse Testnet | | - -## Legacy Oracle - -The table below lists the address of the previous version of the Pyth oracle program: - -| Network | Program address | -| -------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| Solana Mainnet | | -| Solana Devnet | | -| Solana Testnet | |