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 = [
121
121
] ,
122
122
[ "/benchmarks/api-instances" , "/price-feeds/api-reference/" ] ,
123
123
[ "/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*" ] ,
124
131
] ;
125
132
126
133
/** @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
67
67
Get started with Pyth Network by exploring our comprehensive documentation:
68
68
69
69
- ** [ Price Feeds Getting Started] ( ../price-feeds/getting-started ) ** - Integrate real-time price data
70
- - ** [ Lazer Documentation] ( ../lazer ) ** - High-performance price feeds
71
70
- ** [ Express Relay Integration] ( ../express-relay ) ** - Better orderflow mechanism to eliminate MEV
72
71
- ** [ Entropy Implementation] ( ../entropy ) ** - Secure randomness generation
73
72
Original file line number Diff line number Diff line change 1
1
{
2
- "-- Price Feeds V2" : {
3
- "title" : " Price Feeds" ,
4
- "type" : " separator"
5
- },
6
2
"index" : " Introduction" ,
7
3
"getting-started" : " Getting Started" ,
8
4
Original file line number Diff line number Diff line change 7
7
ShieldIcon ,
8
8
} from " ../../../components/icons/ProductIcons" ;
9
9
10
- # Introduction to Pyth Price Feeds
10
+ # Introduction to Pyth Core
11
11
12
12
Pyth Network provides real-time financial market data to smart contract applications on 100+ blockchains.
13
13
Data 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
28
28
title = " Real-Time Price Feeds"
29
29
description = " Real-time, high-fidelity market data for smart contracts."
30
30
features = { [
31
- { icon: <ClockIcon />, text: " Real-time price feeds " },
31
+ { icon: <ClockIcon />, text: " 400ms update frequency " },
32
32
{ icon: <BarChartIcon />, text: " High-frequency data" },
33
33
{ icon: <MultiChainIcon />, text: " Multi-chain support" }
34
34
]}
You can’t perform that action at this time.
0 commit comments