File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { ArrowLineDown } from "@phosphor-icons/react/dist/ssr/ArrowLineDown";
2
2
import { ArrowSquareOut } from "@phosphor-icons/react/dist/ssr/ArrowSquareOut" ;
3
3
import { ArrowsOutSimple } from "@phosphor-icons/react/dist/ssr/ArrowsOutSimple" ;
4
4
import { ClockCountdown } from "@phosphor-icons/react/dist/ssr/ClockCountdown" ;
5
- import { StackPlus } from "@phosphor-icons/react/dist/ssr/StackPlus " ;
5
+ import { Star } from "@phosphor-icons/react/dist/ssr/Star " ;
6
6
import { Badge } from "@pythnetwork/component-library/Badge" ;
7
7
import { Button } from "@pythnetwork/component-library/Button" ;
8
8
import {
@@ -50,7 +50,7 @@ export const PriceFeeds = async () => {
50
50
] . slice ( 0 , 6 ) ;
51
51
const featuredRecentlyAdded = filterFeeds (
52
52
priceFeeds . activeFeeds ,
53
- priceFeedsStaticConfig . featuredRecentlyAdded ,
53
+ priceFeedsStaticConfig . featuredFeeds ,
54
54
) ;
55
55
56
56
return (
@@ -149,8 +149,8 @@ const FeaturedFeeds = ({
149
149
) }
150
150
>
151
151
< FeaturedFeedsCard
152
- title = "Recently Added "
153
- icon = { < StackPlus /> }
152
+ title = "Featured "
153
+ icon = { < Star /> }
154
154
feeds = { featuredRecentlyAdded }
155
155
showPrices
156
156
linkFeeds
Original file line number Diff line number Diff line change 1
1
export const priceFeeds = {
2
2
updateFrequency : "400ms" ,
3
- featuredRecentlyAdded : [
4
- "Crypto.PYTH /USD" ,
5
- "FX.EUR /USD" ,
6
- "Equity.US.NFLX /USD" ,
7
- "Commodities.WTI1M " ,
8
- "Crypto.1INCH/USD " ,
9
- "Equity.US.META/USD " ,
3
+ featuredFeeds : [
4
+ "Crypto.ARC /USD" ,
5
+ "Crypto.CDXUSD /USD" ,
6
+ "Equity.GB.CSPX /USD" ,
7
+ "Crypto.MSUSD/USD " ,
8
+ "Crypto.WSTHYPE/STHYPE.RR " ,
9
+ "Crypto.YNETHX/WETH.RR " ,
10
10
] ,
11
11
featuredComingSoon : [ "Rates.US1Y" ] ,
12
12
} ;
You can’t perform that action at this time.
0 commit comments