Skip to content

Commit d39d690

Browse files
committed
correct curl and pub ranking
Signed-off-by: nidhi-singh02 <[email protected]>
1 parent 1dd467a commit d39d690

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pages/price-feeds/publish-data.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ If you do not already have a keypair, you can create one using the instructions
1717
```sh copy
1818
# Install the Solana Tool Suite, needed for creating the key used to sign your transactions.
1919
# See https://docs.solana.com/cli/install-solana-cli-tools for the latest version
20-
sh -c "$(curl -sSfL https://release.solana.com/v1.14.13/install)"
20+
sh -c "$(curl -sSfL https://release.anza.xyz/stable/install)"
2121

2222
# Generate a public/private keypair.
2323
solana-keygen new --no-bip39-passphrase --outfile publish_key_pair.json

pages/price-feeds/publish-data/useful-resources-for-publishers.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This page contains useful tools for publishers to analyse, monitor and review th
44

55
- [Price Monitoring & Alerting Script](https://github.com/pyth-network/publisher-utils#monitoring): This monitoring script will provide alerts if a publishers data activity is suspicious i.e. price deviation, bad confidence interval
66
- [Pyth Price Feeds & Metrics](https://pyth.network/price-feeds): Publishers can review their price data metrics for permissioned symbols. The conformance logs that can be downloaded contain useful metrics that show publisher uptime, price deviations and alerts. The metrics page can be accessed by selecting the environment > symbol > publisher key tab
7-
- [Pyth Publisher Ranking Page](https://pyth.network/publishers/ranking): This page provides a full breakdown of publisher ranking and inactive/active price feeds
7+
- [Pyth Publisher Ranking Page](https://insights.pyth.network/publishers): This page provides a full breakdown of publisher ranking and inactive/active price feeds
88
- [Pyth Agent API GitHub Repository](https://github.com/pyth-network/pyth-agent): This repository contains the latest release for the Pyth-Agent API
99
- [Solana Explorer](https://explorer.solana.com): Solana Explorer allows publishers to monitor their public keys balance and transactions. It also provides live cluster statistics. For Pythnet or Pythtest, publishers should select 'Custom RPC URL' and add the the RPC http URL
1010
- [Pythnet Statistics](https://pyth.network/stats): A useful tool to review pythnet uptime per publisher key

0 commit comments

Comments
 (0)