Skip to content

Commit

Permalink
octant hide active/pending rounds
Browse files Browse the repository at this point in the history
  • Loading branch information
manishiwa committed Jul 17, 2024
1 parent 735ae34 commit 0f91a9c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/api/trackers/octant/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,8 @@ const getAllEpochs = async () => {
}
}

if (epochState === "PENDING" || epochState === "ACTIVE") continue;

epochs.push({
stats: epochStats.data,
state: epochState,
Expand Down

0 comments on commit 0f91a9c

Please sign in to comment.