@@ -2,33 +2,22 @@ import CopyAddress from "../../../components/CopyAddress";
2
2
3
3
# Program Addresses on Solana and other SVM chains
4
4
5
- Pyth has two different versions of the oracle program on Solana .
5
+ The Pyth Oracle consists of two different programs .
6
6
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:
11
8
12
9
| Network | Program address |
13
10
| --------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
14
11
| Solana Mainnet | <CopyAddress address = { ` rec5EKMGg6MxZYaMdyBfgwp4d5rB9T1VQH5pJv5LtFJ ` } url = " https://explorer.solana.com/address/rec5EKMGg6MxZYaMdyBfgwp4d5rB9T1VQH5pJv5LtFJ" /> |
15
12
| Solana Devnet | <CopyAddress address = { ` rec5EKMGg6MxZYaMdyBfgwp4d5rB9T1VQH5pJv5LtFJ ` } url = " https://explorer.solana.com/address/rec5EKMGg6MxZYaMdyBfgwp4d5rB9T1VQH5pJv5LtFJ?cluster=devnet" /> |
13
+ | Eclipse Mainnet | <CopyAddress address = { ` rec5EKMGg6MxZYaMdyBfgwp4d5rB9T1VQH5pJv5LtFJ ` } url = " https://explorer.dev.eclipsenetwork.xyz/address/rec5EKMGg6MxZYaMdyBfgwp4d5rB9T1VQH5pJv5LtFJ" /> |
16
14
| Eclipse Testnet | <CopyAddress address = { ` rec5EKMGg6MxZYaMdyBfgwp4d5rB9T1VQH5pJv5LtFJ ` } url = " https://explorer.dev.eclipsenetwork.xyz/address/rec5EKMGg6MxZYaMdyBfgwp4d5rB9T1VQH5pJv5LtFJ?cluster=testnet" /> |
17
15
18
- The price feed program is deployed at the following addresses:
16
+ The ** Price feed program** is deployed at the following addresses:
19
17
20
18
| Network | Program address |
21
19
| --------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
22
20
| Solana Mainnet | <CopyAddress address = { ` pythWSnswVUd12oZpeFP8e9CVaEqJg25g1Vtc2biRsT ` } url = " https://explorer.solana.com/address/pythWSnswVUd12oZpeFP8e9CVaEqJg25g1Vtc2biRsT" /> |
23
21
| Solana Devnet | <CopyAddress address = { ` pythWSnswVUd12oZpeFP8e9CVaEqJg25g1Vtc2biRsT ` } url = " https://explorer.solana.com/address/pythWSnswVUd12oZpeFP8e9CVaEqJg25g1Vtc2biRsT?cluster=devnet" /> |
22
+ | Eclipse Mainnet | <CopyAddress address = { ` pythWSnswVUd12oZpeFP8e9CVaEqJg25g1Vtc2biRsT ` } url = " https://explorer.dev.eclipsenetwork.xyz/address/pythWSnswVUd12oZpeFP8e9CVaEqJg25g1Vtc2biRsT" /> |
24
23
| Eclipse Testnet | <CopyAddress address = { ` pythWSnswVUd12oZpeFP8e9CVaEqJg25g1Vtc2biRsT ` } url = " https://explorer.dev.eclipsenetwork.xyz/address/pythWSnswVUd12oZpeFP8e9CVaEqJg25g1Vtc2biRsT?cluster=testnet" /> |
25
-
26
- ## Legacy Oracle
27
-
28
- The table below lists the address of the previous version of the Pyth oracle program:
29
-
30
- | Network | Program address |
31
- | -------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
32
- | Solana Mainnet | <CopyAddress address = { ` FsJ3A3u2vn5cTVofAjvy6y5kwABJAqYWpe4975bi2epH ` } url = " https://explorer.solana.com/address/FsJ3A3u2vn5cTVofAjvy6y5kwABJAqYWpe4975bi2epH" /> |
33
- | Solana Devnet | <CopyAddress address = { ` gSbePebfvPy7tRqimPoVecS2UsBvYv46ynrzWocc92s ` } url = " https://explorer.solana.com/address/gSbePebfvPy7tRqimPoVecS2UsBvYv46ynrzWocc92s?cluster=devnet" /> |
34
- | Solana Testnet | <CopyAddress address = { ` 8tfDNiaEyrV6Q1U4DEXrEigs9DoDtkugzFbybENEbCDz ` } url = " https://explorer.solana.com/address/8tfDNiaEyrV6Q1U4DEXrEigs9DoDtkugzFbybENEbCDz?cluster=testnet" /> |
0 commit comments