Skip to content

Commit

Permalink
Override round
Browse files Browse the repository at this point in the history
  • Loading branch information
solimander committed Mar 25, 2024
1 parent bd478d4 commit f264dfb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/prop-house-webapp/src/utils/roundOverrides.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ export const COMPLETED_ROUND_OVERRIDES: Record<string, { state: Timed.RoundState
state: Timed.RoundState.COMPLETE,
winners: [15, 18],
},
// Thread no Twitter sobre a Area404
'0xf55672ea1c6a26a3694d0d86c425cffd9954b434': {
state: Timed.RoundState.COMPLETE,
winners: [14, 1, 7],
},
};

export const HIDDEN_ROUND_OVERRIDES = [
Expand Down

0 comments on commit f264dfb

Please sign in to comment.