diff --git a/explorer/src/providers/accounts/rewards.tsx b/explorer/src/providers/accounts/rewards.tsx index 32fc4a0078..7121bf9990 100644 --- a/explorer/src/providers/accounts/rewards.tsx +++ b/explorer/src/providers/accounts/rewards.tsx @@ -137,7 +137,7 @@ async function fetchRewards( } const results = await Promise.all(requests); - const lowestFetchedEpoch = fromEpoch - requests.length; + const lowestFetchedEpoch = fromEpoch - requests.length + 1; dispatch({ type: ActionType.Update,