Skip to content

Commit

Permalink
chore: add redirect with mainnet voting round
Browse files Browse the repository at this point in the history
  • Loading branch information
PhearZero committed Dec 12, 2023
1 parent 61d34b9 commit 938b08a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/build-a-bull/src/features/rounds/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ const VotingRounds = () => {
// Redirect to live round
const navigate = useNavigate()
// TODO: add production voting round
const appId = window.location.hostname.includes('testnet') ? 499163907 : 1158913461
const appId = window.location.hostname.includes('testnet') ? 499163907 : 1272421166
if (import.meta.env.VITE_ENVIRONMENT !== 'local') {
// navigate(`/vote/${appId}`)
navigate(`/vote/${appId}`)
}

useEffect(() => {
Expand Down

0 comments on commit 938b08a

Please sign in to comment.