Skip to content

Commit f6a27e1

Browse files
authored
Documentation Updates (#2200)
* Update index.mdx * Update index.mdx
1 parent 9a09fd1 commit f6a27e1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/content/data-feeds/index.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import button from "@chainlink/design-system/button.module.css"
2525
Data Feeds with your applications.
2626
</Aside>
2727

28-
Chainlink Data Feeds are the quickest way to connect your smart contracts to the real-world data such as asset prices, reserve balances, and L2 sequencer health.
28+
Chainlink Data Feeds are the quickest way to connect your smart contracts to real-world data such as asset prices, reserve balances, and L2 sequencer health.
2929

3030
If you already started a project and need to integrate Chainlink, you can [add Chainlink to your existing project](/resources/create-a-chainlinked-project?parent=dataFeeds#installing-into-existing-projects) with the [`@chainlink/contracts` NPM package](https://www.npmjs.com/package/@chainlink/contracts).
3131

@@ -70,7 +70,7 @@ See the [Rate and Volatility Contract Addresses](/data-feeds/rates-feeds/address
7070

7171
L2 sequencer feeds track the last known status of the sequencer on an L2 network at a given point in time. This helps you prevent mass liquidations by providing a grace period to allow customers to react to these events.
7272

73-
To learn how to use L2 sequencer uptime feeds feeds, see the [L2 Sequencer Uptime Feeds](/data-feeds/l2-sequencer-feeds) documentation.
73+
To learn how to use L2 sequencer uptime feeds, see the [L2 Sequencer Uptime Feeds](/data-feeds/l2-sequencer-feeds) documentation.
7474

7575
## Components of a data feed
7676

src/content/data-feeds/rates-feeds/index.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Realized volatility measures asset price movement over a specific time interval.
4747

4848
Each data feed reflects the volatility of an asset over a specific rolling window of time. For example, some data feeds provide volatility data for the last 24 hours, 7 days, and 30 days of time. You can compare the data across these windows to infer whether the volatility of an asset is trending up or down. For example, if realized volatility for the 24-hour window is higher than the 7-day window, volatility might increase.
4949

50-
The same high-quality data providers used in Chailink’s price feeds sample price data every 10 minutes to refresh volatility estimates. onchain values are updated when the feed heartbeat or deviation threshold is met.
50+
The same high-quality data providers used in Chainlink’s price feeds sample price data every 10 minutes to refresh volatility estimates. onchain values are updated when the feed heartbeat or deviation threshold is met.
5151

5252
<ClickToZoom
5353
src="/images/data-feed/realised-volatility-feed-V3.webp"

0 commit comments

Comments
 (0)