File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
src/features/feeds/components Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments