@@ -2,12 +2,9 @@ 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
| --------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
@@ -16,21 +13,11 @@ The Solana receiver program is deployed at the following addresses:
16
13
| Eclipse Mainnet | <CopyAddress address = { ` rec5EKMGg6MxZYaMdyBfgwp4d5rB9T1VQH5pJv5LtFJ ` } url = " https://explorer.dev.eclipsenetwork.xyz/address/rec5EKMGg6MxZYaMdyBfgwp4d5rB9T1VQH5pJv5LtFJ" /> |
17
14
| Eclipse Testnet | <CopyAddress address = { ` rec5EKMGg6MxZYaMdyBfgwp4d5rB9T1VQH5pJv5LtFJ ` } url = " https://explorer.dev.eclipsenetwork.xyz/address/rec5EKMGg6MxZYaMdyBfgwp4d5rB9T1VQH5pJv5LtFJ?cluster=testnet" /> |
18
15
19
- The price feed program is deployed at the following addresses:
16
+ The ** Price feed program** is deployed at the following addresses:
20
17
21
18
| Network | Program address |
22
19
| --------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
23
20
| Solana Mainnet | <CopyAddress address = { ` pythWSnswVUd12oZpeFP8e9CVaEqJg25g1Vtc2biRsT ` } url = " https://explorer.solana.com/address/pythWSnswVUd12oZpeFP8e9CVaEqJg25g1Vtc2biRsT" /> |
24
21
| Solana Devnet | <CopyAddress address = { ` pythWSnswVUd12oZpeFP8e9CVaEqJg25g1Vtc2biRsT ` } url = " https://explorer.solana.com/address/pythWSnswVUd12oZpeFP8e9CVaEqJg25g1Vtc2biRsT?cluster=devnet" /> |
25
22
| Eclipse Mainnet | <CopyAddress address = { ` pythWSnswVUd12oZpeFP8e9CVaEqJg25g1Vtc2biRsT ` } url = " https://explorer.dev.eclipsenetwork.xyz/address/pythWSnswVUd12oZpeFP8e9CVaEqJg25g1Vtc2biRsT" /> |
26
23
| 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