Skip to content

Commit

Permalink
Remove temporary override
Browse files Browse the repository at this point in the history
  • Loading branch information
solimander committed Mar 29, 2024
1 parent 62969d8 commit 791014f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/prop-house-webapp/src/utils/roundOverrides.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,6 @@ export const COMPLETED_ROUND_OVERRIDES: Record<string, { state: Timed.RoundState
state: Timed.RoundState.COMPLETE,
winners: [14, 1, 7],
},
// Farcaster (Temporary)
'0x767a3bdf2aa3b3201b794927a997fcf4e50d4702': {
state: Timed.RoundState.COMPLETE,
winners: [31, 38, 21],
},
};

export const HIDDEN_ROUND_OVERRIDES = [
Expand Down

0 comments on commit 791014f

Please sign in to comment.