Skip to content

(feat) Add eclipse mainnet #397

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Aug 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 5 additions & 16 deletions pages/price-feeds/contract-addresses/solana.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,33 +2,22 @@ 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 |
| --------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Solana Mainnet | <CopyAddress address={`rec5EKMGg6MxZYaMdyBfgwp4d5rB9T1VQH5pJv5LtFJ`} url="https://explorer.solana.com/address/rec5EKMGg6MxZYaMdyBfgwp4d5rB9T1VQH5pJv5LtFJ" /> |
| Solana Devnet | <CopyAddress address={`rec5EKMGg6MxZYaMdyBfgwp4d5rB9T1VQH5pJv5LtFJ`} url="https://explorer.solana.com/address/rec5EKMGg6MxZYaMdyBfgwp4d5rB9T1VQH5pJv5LtFJ?cluster=devnet" /> |
| Eclipse Mainnet | <CopyAddress address={`rec5EKMGg6MxZYaMdyBfgwp4d5rB9T1VQH5pJv5LtFJ`} url="https://explorer.dev.eclipsenetwork.xyz/address/rec5EKMGg6MxZYaMdyBfgwp4d5rB9T1VQH5pJv5LtFJ" /> |
| Eclipse Testnet | <CopyAddress address={`rec5EKMGg6MxZYaMdyBfgwp4d5rB9T1VQH5pJv5LtFJ`} url="https://explorer.dev.eclipsenetwork.xyz/address/rec5EKMGg6MxZYaMdyBfgwp4d5rB9T1VQH5pJv5LtFJ?cluster=testnet" /> |

The price feed program is deployed at the following addresses:
The **Price feed program** is deployed at the following addresses:

| Network | Program address |
| --------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Solana Mainnet | <CopyAddress address={`pythWSnswVUd12oZpeFP8e9CVaEqJg25g1Vtc2biRsT`} url="https://explorer.solana.com/address/pythWSnswVUd12oZpeFP8e9CVaEqJg25g1Vtc2biRsT" /> |
| Solana Devnet | <CopyAddress address={`pythWSnswVUd12oZpeFP8e9CVaEqJg25g1Vtc2biRsT`} url="https://explorer.solana.com/address/pythWSnswVUd12oZpeFP8e9CVaEqJg25g1Vtc2biRsT?cluster=devnet" /> |
| Eclipse Mainnet | <CopyAddress address={`pythWSnswVUd12oZpeFP8e9CVaEqJg25g1Vtc2biRsT`} url="https://explorer.dev.eclipsenetwork.xyz/address/pythWSnswVUd12oZpeFP8e9CVaEqJg25g1Vtc2biRsT" /> |
| Eclipse Testnet | <CopyAddress address={`pythWSnswVUd12oZpeFP8e9CVaEqJg25g1Vtc2biRsT`} url="https://explorer.dev.eclipsenetwork.xyz/address/pythWSnswVUd12oZpeFP8e9CVaEqJg25g1Vtc2biRsT?cluster=testnet" /> |

## Legacy Oracle

The table below lists the address of the previous version of the Pyth oracle program:

| Network | Program address |
| -------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Solana Mainnet | <CopyAddress address={`FsJ3A3u2vn5cTVofAjvy6y5kwABJAqYWpe4975bi2epH`} url="https://explorer.solana.com/address/FsJ3A3u2vn5cTVofAjvy6y5kwABJAqYWpe4975bi2epH" /> |
| Solana Devnet | <CopyAddress address={`gSbePebfvPy7tRqimPoVecS2UsBvYv46ynrzWocc92s`} url="https://explorer.solana.com/address/gSbePebfvPy7tRqimPoVecS2UsBvYv46ynrzWocc92s?cluster=devnet" /> |
| Solana Testnet | <CopyAddress address={`8tfDNiaEyrV6Q1U4DEXrEigs9DoDtkugzFbybENEbCDz`} url="https://explorer.solana.com/address/8tfDNiaEyrV6Q1U4DEXrEigs9DoDtkugzFbybENEbCDz?cluster=testnet" /> |
Loading