Skip to content

Commit 63f4b39

Browse files
committed
df-macro
1 parent d32d002 commit 63f4b39

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

src/features/feeds/components/FeedPage.astro

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,28 @@ const feedItems: FeedDataItem[] = monitoredFeeds.mainnet
120120
<a href="/resources/link-token-contracts?parent=dataFeeds">LINK Token Contracts</a> page.
121121
</p>
122122
</>
123+
) : dataFeedType === "usGovernmentMacroeconomicData" ? (
124+
<>
125+
<p>
126+
To learn more about the U.S. Government Macroeconomic data feeds, see the{" "}
127+
<a href="https://blog.chain.link/united-states-department-of-commerce-macroeconomic-data">blog article.</a>
128+
</p>
129+
<p>
130+
To learn how to use these feeds, see the <a href="/data-feeds/using-data-feeds">Using Data Feeds</a> guide.
131+
</p>
132+
<p>
133+
For LINK token and Faucet details, see the{" "}
134+
<a href="/resources/link-token-contracts?parent=dataFeeds">LINK Token Contracts</a> page.
135+
</p>
136+
<Aside type="note" title="Talk to an expert">
137+
<p>
138+
<a href="https://chain.link/contact?ref_id=DataFeed">Contact us</a> to talk to an expert about integrating
139+
Chainlink Data Feeds with your applications.
140+
</p>
141+
</Aside>
142+
143+
<FeedsCommonCallout callout="quality" />
144+
</>
123145
) : (
124146
<>
125147
<p>

0 commit comments

Comments
 (0)