From 82d3bb1476b137a5d61b0e65084204edf2acb2d0 Mon Sep 17 00:00:00 2001 From: Noisy <125606576+donatik27@users.noreply.github.com> Date: Fri, 29 Nov 2024 15:50:34 +0100 Subject: [PATCH 1/2] Update index.mdx --- src/content/data-feeds/index.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/data-feeds/index.mdx b/src/content/data-feeds/index.mdx index b6d1754bc4d..3dc83c7220a 100644 --- a/src/content/data-feeds/index.mdx +++ b/src/content/data-feeds/index.mdx @@ -25,7 +25,7 @@ import button from "@chainlink/design-system/button.module.css" Data Feeds with your applications. -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. +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. 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). @@ -70,7 +70,7 @@ See the [Rate and Volatility Contract Addresses](/data-feeds/rates-feeds/address 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. -To learn how to use L2 sequencer uptime feeds feeds, see the [L2 Sequencer Uptime Feeds](/data-feeds/l2-sequencer-feeds) documentation. +To learn how to use L2 sequencer uptime feeds, see the [L2 Sequencer Uptime Feeds](/data-feeds/l2-sequencer-feeds) documentation. ## Components of a data feed From 27eae6f1aa3166fc007d95afcd920467cda4195c Mon Sep 17 00:00:00 2001 From: Noisy <125606576+donatik27@users.noreply.github.com> Date: Fri, 29 Nov 2024 15:58:29 +0100 Subject: [PATCH 2/2] Update index.mdx --- src/content/data-feeds/rates-feeds/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/data-feeds/rates-feeds/index.mdx b/src/content/data-feeds/rates-feeds/index.mdx index 781ec4991ee..e640aaf592c 100644 --- a/src/content/data-feeds/rates-feeds/index.mdx +++ b/src/content/data-feeds/rates-feeds/index.mdx @@ -47,7 +47,7 @@ Realized volatility measures asset price movement over a specific time interval. 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. -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. +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.