We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47685e6 commit 7e4ed67Copy full SHA for 7e4ed67
client/src/components/Metrics/MetricsEpoch/MetricsEpochGridFundsUsage/MetricsEpochGridFundsUsage.tsx
@@ -77,6 +77,7 @@ const MetricsEpochGridFundsUsage: FC<MetricsEpochGridFundsUsageProps> = ({
77
if (epoch === currentEpoch - 1 && isDecisionWindowOpen) {
78
return unusedRewards + ethBelowThreshold;
79
}
80
+ // TODO OCT-1612 OCT-1614 remove this bypass.
81
if (epoch === 3) {
82
return 3854465046588467390n;
83
0 commit comments