From 8509472dd45d125f5b2edfc827810a47f7979627 Mon Sep 17 00:00:00 2001 From: mariobern Date: Sat, 21 Jun 2025 18:20:59 +0800 Subject: [PATCH 1/2] revise home page --- pages/home/index.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/home/index.mdx b/pages/home/index.mdx index 5ab585d8..49ddcade 100644 --- a/pages/home/index.mdx +++ b/pages/home/index.mdx @@ -2,11 +2,11 @@ Pyth Network is an oracle protocol that connects the owners of market data to applications on multiple blockchains. Pyth's market data is contributed by over [120+ first-party publishers](https://insights.pyth.network/publishers?utm_source=docs), including some of the biggest exchanges and market making firms in the world. -[Over 350 protocols](https://defillama.com/oracles/Pyth) on 100+ blockchains trust Pyth to secure their applications. +[Over 550 protocols](https://defillama.com/oracles/Pyth) trust Pyth to secure their applications. Pyth Network offers several products for developers: -- [Price Feeds](../price-feeds) provide real-time prices for [1300+ assets](https://insights.pyth.network/price-feeds?utm_source=docs) on [100+ blockchain ecosystems](../price-feeds/contract-addresses), including Solana, many EVM chains, +- [Price Feeds](../price-feeds) provide real-time prices for [1500+ assets](https://insights.pyth.network/price-feeds?utm_source=docs) on [100+ blockchain ecosystems](../price-feeds/contract-addresses), including Solana, many EVM chains, Aptos, Sui, NEAR, and several Cosmos chains. - [Lazer](../lazer) provides low-latency, highly customizable price feeds on Solana and EVM chains. - [Benchmarks](../benchmarks) provides historical Pyth prices for both on- and off-chain use. From 7d4e08d51ec72d9d62ef82f2e0b2fde383822ad6 Mon Sep 17 00:00:00 2001 From: mariobern Date: Sat, 21 Jun 2025 18:56:45 +0800 Subject: [PATCH 2/2] add revision --- pages/price-feeds/use-real-time-data.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/price-feeds/use-real-time-data.mdx b/pages/price-feeds/use-real-time-data.mdx index 085057e5..ce0a9d02 100644 --- a/pages/price-feeds/use-real-time-data.mdx +++ b/pages/price-feeds/use-real-time-data.mdx @@ -4,7 +4,7 @@ The following guides demonstrate how to consume Pyth real-time prices on various These guides are intended for developers building on-chain applications that need price data, i.e., the price data must be on the blockchain. -Pyth price feeds are available on 40+ blockchain ecosystems. +Pyth price feeds are available on 100+ blockchain ecosystems. Check out the complete list of chains and implementation contract addresses at [Contract Addresses](contract-addresses). If your blockchain is not supported, please [ask in Discord](https://discord.gg/invite/PythNetwork).