Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/content/data-feeds/llms-full.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3719,6 +3719,8 @@ Data feeds are grouped into the following categories based on the level of marke
- [🔵 Custom Feeds](#-custom-feeds)
- [⭕ Deprecating](#-deprecating)

If a feed does not display one of these categories, it has not yet been evaluated for market pricing risk. Treat it as unevaluated and use it at your own risk.

<Aside type="note">
For important updates regarding the use of Chainlink Data Feeds, users should join the official Chainlink Discord and
subscribe to the [#data-feeds channel](https://discord.gg/Dqy5N9UbsR) and regularly check the [Chainlink
Expand Down
2 changes: 2 additions & 0 deletions src/content/data-feeds/selecting-data-feeds.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ Data feeds are grouped into the following categories based on the level of marke
- [🔵 Custom Feeds](#-custom-feeds)
- [⭕ Deprecating](#-deprecating)

If a feed does not display one of these categories, it has not yet been evaluated for market pricing risk. Treat it as unevaluated and use it at your own risk.

<Aside type="note">
For important updates regarding the use of Chainlink Data Feeds, users should join the official Chainlink Discord and
subscribe to the [#data-feeds channel](https://discord.gg/Dqy5N9UbsR) and regularly check the [Chainlink
Expand Down
2 changes: 2 additions & 0 deletions src/features/feeds/components/MarketPricingRiskTiers.astro
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ function renderInlineMarkdown(text: string): string {
}
</ul>

<p set:html={renderInlineMarkdown(terms.categoriesUnratedNote)} />

<h2>Market pricing risk by category</h2>

<p
Expand Down
5 changes: 5 additions & 0 deletions src/features/feeds/content/marketPricingRiskTerms.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export type MarketPricingRiskTerms = {
categoriesHeading: string
categoriesIntro: string
categoriesListIntro: string
categoriesUnratedNote: string
sectionIntro: string
newTokenListLabel: string
customListLabel: string
Expand All @@ -27,6 +28,8 @@ const FEEDS_TERMS: MarketPricingRiskTerms = {
"This categorization is put in place to inform users about the intended use cases of feeds and help highlight some of the inherent market integrity risks surrounding the data quality of these feeds.",
categoriesListIntro:
"Data feeds are grouped into the following categories based on the level of market pricing risk, based on multiple factors, from lowest to highest:",
categoriesUnratedNote:
"If a feed does not display one of these categories, it has not yet been evaluated for market pricing risk. Treat it as unevaluated and use it at your own risk.",
sectionIntro:
"These subsections describe standard market price feeds at each pricing risk level and correspond to the [category list](#data-feed-categories) above.",
newTokenListLabel: "New Token Feeds",
Expand All @@ -48,6 +51,8 @@ const STREAMS_TERMS: MarketPricingRiskTerms = {
"This categorization is put in place to inform users about the intended use cases of streams and help highlight some of the inherent market integrity risks surrounding the data quality of these streams.",
categoriesListIntro:
"Data streams are grouped into the following categories based on the level of market pricing risk, based on multiple factors, from lowest to highest:",
categoriesUnratedNote:
"If a stream does not display one of these categories, it has not yet been evaluated for market pricing risk. Treat it as unevaluated and use it at your own risk.",
sectionIntro:
"These subsections describe standard market price streams at each pricing risk level and correspond to the [category list](#data-stream-categories) above.",
newTokenListLabel: "New Token Streams",
Expand Down
Loading