You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(miles): header reads payouts directly so it leads the leaderboard
Settlement should drive: header updates first, then leaderboard. The
per-user /payouts/totals/{address} endpoint reflects Fuul's indexed
total as soon as the credit lands; their leaderboard data is computed
on a slower cadence. Drop the leaderboard-entry override on the badge
so it tracks payouts directly. Leaderboard tables still refresh on
the same refetch-user-miles event and converge to the same value.
0 commit comments