This repository was archived by the owner on Nov 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +9
-7
lines changed Expand file tree Collapse file tree 4 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -121,6 +121,13 @@ const permanentRedirectArray = [
121121 ] ,
122122 [ "/benchmarks/api-instances" , "/price-feeds/api-reference/" ] ,
123123 [ "/benchmarks/rate-limits" , "/price-feeds/rate-limits/" ] ,
124+ // Lazer to Pyth Pro Redirects
125+ [ "/lazer" , "/price-feeds/pro" ] ,
126+ [ "/lazer/:path*" , "/price-feeds/pro/:path*" ] ,
127+
128+ // Price Feeds to Core Redirects
129+ [ "/price-feeds" , "/price-feeds/core" ] ,
130+ [ "/price-feeds/:path*" , "/price-feeds/core/:path*" ] ,
124131] ;
125132
126133/** @type {import('next').NextConfig } */
Original file line number Diff line number Diff line change @@ -67,7 +67,6 @@ Pyth Network is the leading oracle protocol that connects the owners of market d
6767Get started with Pyth Network by exploring our comprehensive documentation:
6868
6969- ** [ Price Feeds Getting Started] ( ../price-feeds/getting-started ) ** - Integrate real-time price data
70- - ** [ Lazer Documentation] ( ../lazer ) ** - High-performance price feeds
7170- ** [ Express Relay Integration] ( ../express-relay ) ** - Better orderflow mechanism to eliminate MEV
7271- ** [ Entropy Implementation] ( ../entropy ) ** - Secure randomness generation
7372
Original file line number Diff line number Diff line change 11{
2- "-- Price Feeds V2" : {
3- "title" : " Price Feeds" ,
4- "type" : " separator"
5- },
62 "index" : " Introduction" ,
73 "getting-started" : " Getting Started" ,
84
Original file line number Diff line number Diff line change 77 ShieldIcon ,
88} from " ../../../components/icons/ProductIcons" ;
99
10- # Introduction to Pyth Price Feeds
10+ # Introduction to Pyth Core
1111
1212Pyth Network provides real-time financial market data to smart contract applications on 100+ blockchains.
1313Data is sourced from 120+ first-party providers including major exchanges and market makers.
@@ -28,7 +28,7 @@ Data is sourced from 120+ first-party providers including major exchanges and ma
2828 title = " Real-Time Price Feeds"
2929 description = " Real-time, high-fidelity market data for smart contracts."
3030 features = { [
31- { icon: <ClockIcon />, text: " Real-time price feeds " },
31+ { icon: <ClockIcon />, text: " 400ms update frequency " },
3232 { icon: <BarChartIcon />, text: " High-frequency data" },
3333 { icon: <MultiChainIcon />, text: " Multi-chain support" }
3434 ]}
You can’t perform that action at this time.
0 commit comments