You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/price-feeds/index.mdx
+31-8Lines changed: 31 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,13 +6,16 @@ import {
6
6
MultiChainIcon,
7
7
ShieldIcon,
8
8
CodeIcon,
9
+
ListIcon,
10
+
KeyIcon,
11
+
PlayIcon,
9
12
} from"../../components/icons/ProductIcons";
10
13
11
-
# Pyth Price Feeds
14
+
# Price Feeds
12
15
13
-
Pyth Network provides real-time financial market data to smart contract applications on 100+ blockchains. Data is sourced from 120+ first-party providers including major exchanges and market makers.
16
+
Pyth Price Feeds provides real-time financial market data to smart contract applications on 100+ blockchains. Data is sourced from 120+ first-party providers including major exchanges and market makers.
14
17
15
-
## Choose Your Version
18
+
## Product Options
16
19
17
20
Pyth offers two main versions of price feeds, each optimized for different use cases:
18
21
@@ -21,34 +24,54 @@ Pyth offers two main versions of price feeds, each optimized for different use c
21
24
badge="Pro"
22
25
badgeColor="bg-blue-600"
23
26
icon={<LightningIcon />}
24
-
title="Pyth Price Feeds Pro"
25
-
description="Next-generation price feeds with ultra-low latency, equities and more."
27
+
title="Price Feeds Pro"
28
+
description={<>Next-generation price feeds with ultra-low latency, equities and more. <br /><strong>Previously known as Lazer.</strong></>}
0 commit comments