Skip to content

Commit f1cb0b8

Browse files
add details on what happens when a feed is shutdown (#3276)
* add details on what happens when a feed is shutdown * formatting + slight wording adjustment --------- Co-authored-by: devin distefano <[email protected]>
1 parent 34d00ee commit f1cb0b8

File tree

3 files changed

+20
-5
lines changed

3 files changed

+20
-5
lines changed

reports/llms-report.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"startedAt": "2025-12-09T23:41:23.311Z",
2+
"startedAt": "2025-12-10T23:13:13.756Z",
33
"siteBase": "https://docs.chain.link",
44
"sections": [
55
{
@@ -38,9 +38,9 @@
3838
"section": "data-feeds",
3939
"pagesProcessed": 37,
4040
"outputPath": "src/content/data-feeds/llms-full.txt",
41-
"bytes": 302589,
42-
"prevBytes": 302327,
43-
"deltaBytes": 262
41+
"bytes": 302816,
42+
"prevBytes": 302589,
43+
"deltaBytes": 227
4444
},
4545
{
4646
"section": "data-streams",
@@ -123,5 +123,5 @@
123123
"deltaBytes": 0
124124
}
125125
],
126-
"finishedAt": "2025-12-09T23:41:27.135Z"
126+
"finishedAt": "2025-12-10T23:13:17.715Z"
127127
}

src/content/data-feeds/llms-full.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3216,6 +3216,14 @@ Data feeds managed by Chainlink Labs will be considered for deprecation if they
32163216

32173217
Known users of these feeds will be contacted directly about the feeds' deprecation. Notifications will also be posted on the [Feeds Scheduled For Deprecation](/data-feeds/deprecating-feeds) page and on our [Discord channel](https://discord.com/channels/592041321326182401/991444378335838318) with two weeks of notice before they are shut down.
32183218

3219+
3220+
<Aside type="note" title="Data Feed Shutdown Behavior">
3221+
Once a feed is shutdown, calls to the feed will behave as follows:
3222+
3223+
- `lastAnswer` will return `0`
3224+
- `latestRoundData` will revert with no data available
3225+
</Aside>
3226+
32193227
## Market hours
32203228

32213229
In addition to categories, be aware that markets for several assets are actively traded only during certain hours. Listed data feeds include an attribute describing their market hours. Chainlink Labs recommends using these feeds only during their specified hours:

src/content/data-feeds/selecting-data-feeds.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,13 @@ Data feeds managed by Chainlink Labs will be considered for deprecation if they
103103

104104
Known users of these feeds will be contacted directly about the feeds' deprecation. Notifications will also be posted on the [Feeds Scheduled For Deprecation](/data-feeds/deprecating-feeds) page and on our [Discord channel](https://discord.com/channels/592041321326182401/991444378335838318) with two weeks of notice before they are shut down.
105105

106+
{/* prettier-ignore */}
107+
<Aside type="note" title="Data Feed Shutdown Behavior">
108+
Once a feed is shutdown, calls to the feed will behave as follows:
109+
- `lastAnswer` will return `0`
110+
- `latestRoundData` will revert with no data available
111+
</Aside>
112+
106113
## Market hours
107114

108115
In addition to categories, be aware that markets for several assets are actively traded only during certain hours. Listed data feeds include an attribute describing their market hours. Chainlink Labs recommends using these feeds only during their specified hours:

0 commit comments

Comments
 (0)