diff --git a/libs/defi/home/src/components/TokenCard.tsx b/libs/defi/home/src/components/TokenCard.tsx index 9913e8983..05fc443fa 100644 --- a/libs/defi/home/src/components/TokenCard.tsx +++ b/libs/defi/home/src/components/TokenCard.tsx @@ -62,7 +62,7 @@ export const TokenCard = ({ tokens.optimism.superOETHo.id, ]); const isOgn = token.id === tokens.mainnet.OGN.id; - const apy = isOgn ? staking?.xOgnApyPercentage : info?.apies?.apy; + const apy = isOgn ? staking?.xOgnApyPercentage : info?.bestApy.value; const isApyLoading = isOgn ? isStakingLoading : isInfoLoading; const apyLabel = isOgn ? intl.formatMessage({ defaultMessage: 'Max vAPY' })