Skip to content

Commit 8c95af3

Browse files
committed
requested changes
1 parent 937b194 commit 8c95af3

File tree

1 file changed

+3
-16
lines changed

1 file changed

+3
-16
lines changed

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

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,9 @@ import CopyAddress from "../../../components/CopyAddress";
22

33
# Program Addresses on Solana and other SVM chains
44

5-
Pyth has two different versions of the Oracle program on Solana.
5+
The Pyth Oracle consists of two different programs.
66

7-
## Pull Oracle
8-
9-
The Pyth pull oracle consists of two different programs.
10-
The Solana receiver program is deployed at the following addresses:
7+
The **Solana receiver program** is deployed at the following addresses:
118

129
| Network | Program address |
1310
| --------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
@@ -16,21 +13,11 @@ The Solana receiver program is deployed at the following addresses:
1613
| Eclipse Mainnet | <CopyAddress address={`rec5EKMGg6MxZYaMdyBfgwp4d5rB9T1VQH5pJv5LtFJ`} url="https://explorer.dev.eclipsenetwork.xyz/address/rec5EKMGg6MxZYaMdyBfgwp4d5rB9T1VQH5pJv5LtFJ" /> |
1714
| Eclipse Testnet | <CopyAddress address={`rec5EKMGg6MxZYaMdyBfgwp4d5rB9T1VQH5pJv5LtFJ`} url="https://explorer.dev.eclipsenetwork.xyz/address/rec5EKMGg6MxZYaMdyBfgwp4d5rB9T1VQH5pJv5LtFJ?cluster=testnet" /> |
1815

19-
The price feed program is deployed at the following addresses:
16+
The **Price feed program** is deployed at the following addresses:
2017

2118
| Network | Program address |
2219
| --------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
2320
| Solana Mainnet | <CopyAddress address={`pythWSnswVUd12oZpeFP8e9CVaEqJg25g1Vtc2biRsT`} url="https://explorer.solana.com/address/pythWSnswVUd12oZpeFP8e9CVaEqJg25g1Vtc2biRsT" /> |
2421
| Solana Devnet | <CopyAddress address={`pythWSnswVUd12oZpeFP8e9CVaEqJg25g1Vtc2biRsT`} url="https://explorer.solana.com/address/pythWSnswVUd12oZpeFP8e9CVaEqJg25g1Vtc2biRsT?cluster=devnet" /> |
2522
| Eclipse Mainnet | <CopyAddress address={`pythWSnswVUd12oZpeFP8e9CVaEqJg25g1Vtc2biRsT`} url="https://explorer.dev.eclipsenetwork.xyz/address/pythWSnswVUd12oZpeFP8e9CVaEqJg25g1Vtc2biRsT" /> |
2623
| Eclipse Testnet | <CopyAddress address={`pythWSnswVUd12oZpeFP8e9CVaEqJg25g1Vtc2biRsT`} url="https://explorer.dev.eclipsenetwork.xyz/address/pythWSnswVUd12oZpeFP8e9CVaEqJg25g1Vtc2biRsT?cluster=testnet" /> |
27-
28-
## Legacy Oracle
29-
30-
The table below lists the address of the previous version of the Pyth oracle program:
31-
32-
| Network | Program address |
33-
| -------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
34-
| Solana Mainnet | <CopyAddress address={`FsJ3A3u2vn5cTVofAjvy6y5kwABJAqYWpe4975bi2epH`} url="https://explorer.solana.com/address/FsJ3A3u2vn5cTVofAjvy6y5kwABJAqYWpe4975bi2epH" /> |
35-
| Solana Devnet | <CopyAddress address={`gSbePebfvPy7tRqimPoVecS2UsBvYv46ynrzWocc92s`} url="https://explorer.solana.com/address/gSbePebfvPy7tRqimPoVecS2UsBvYv46ynrzWocc92s?cluster=devnet" /> |
36-
| Solana Testnet | <CopyAddress address={`8tfDNiaEyrV6Q1U4DEXrEigs9DoDtkugzFbybENEbCDz`} url="https://explorer.solana.com/address/8tfDNiaEyrV6Q1U4DEXrEigs9DoDtkugzFbybENEbCDz?cluster=testnet" /> |

0 commit comments

Comments
 (0)