diff --git a/app/api/trackers/octant/route.ts b/app/api/trackers/octant/route.ts index f0f30e1a..dd8bcf01 100644 --- a/app/api/trackers/octant/route.ts +++ b/app/api/trackers/octant/route.ts @@ -321,6 +321,8 @@ const getAllEpochs = async () => { } } + if (epochState === "PENDING" || epochState === "ACTIVE") continue; + epochs.push({ stats: epochStats.data, state: epochState,