Skip to content
Merged
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
22 changes: 22 additions & 0 deletions src/features/feeds/components/FeedPage.astro
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,28 @@ const feedItems: FeedDataItem[] = monitoredFeeds.mainnet
<a href="/resources/link-token-contracts?parent=dataFeeds">LINK Token Contracts</a> page.
</p>
</>
) : dataFeedType === "usGovernmentMacroeconomicData" ? (
<>
<p>
To learn more about the U.S. Government Macroeconomic data feeds, see the{" "}
<a href="https://blog.chain.link/united-states-department-of-commerce-macroeconomic-data">blog article.</a>
</p>
<p>
To learn how to use these feeds, see the <a href="/data-feeds/using-data-feeds">Using Data Feeds</a> guide.
</p>
<p>
For LINK token and Faucet details, see the{" "}
<a href="/resources/link-token-contracts?parent=dataFeeds">LINK Token Contracts</a> page.
</p>
<Aside type="note" title="Talk to an expert">
<p>
<a href="https://chain.link/contact?ref_id=DataFeed">Contact us</a> to talk to an expert about integrating
Chainlink Data Feeds with your applications.
</p>
</Aside>

<FeedsCommonCallout callout="quality" />
</>
) : (
<>
<p>
Expand Down
Loading