Skip to content

Commit 4a57ffa

Browse files
authored
(feat) Add eclipse mainnet (#397)
* (feat) Add eclipse mainnet * (feat) Add eclipse mainnet * requested changes
1 parent 97324ab commit 4a57ffa

File tree

1 file changed

+5
-16
lines changed

1 file changed

+5
-16
lines changed

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

Lines changed: 5 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,33 +2,22 @@ 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
| --------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
1411
| Solana Mainnet | <CopyAddress address={`rec5EKMGg6MxZYaMdyBfgwp4d5rB9T1VQH5pJv5LtFJ`} url="https://explorer.solana.com/address/rec5EKMGg6MxZYaMdyBfgwp4d5rB9T1VQH5pJv5LtFJ" /> |
1512
| 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" /> |
1614
| Eclipse Testnet | <CopyAddress address={`rec5EKMGg6MxZYaMdyBfgwp4d5rB9T1VQH5pJv5LtFJ`} url="https://explorer.dev.eclipsenetwork.xyz/address/rec5EKMGg6MxZYaMdyBfgwp4d5rB9T1VQH5pJv5LtFJ?cluster=testnet" /> |
1715

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

2018
| Network | Program address |
2119
| --------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
2220
| Solana Mainnet | <CopyAddress address={`pythWSnswVUd12oZpeFP8e9CVaEqJg25g1Vtc2biRsT`} url="https://explorer.solana.com/address/pythWSnswVUd12oZpeFP8e9CVaEqJg25g1Vtc2biRsT" /> |
2321
| 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" /> |
2423
| 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

Comments
 (0)