File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ const Leaderboard: React.FC = () => {
58
58
gameEnded
59
59
? (
60
60
< StyledLinkButton
61
- url = "https://cdn.kleros.link/ipfs/QmSJU4UmDbrqLwchsqXwFwZaxbob45r1QE5rTRagpr3Wpq "
61
+ url = "https://cdn.kleros.link/ipfs/QmQx3abvPopY7oWKn8QjLrQXUQWWWuvwehUbLBDz7Kkzva "
62
62
text = "Check the answers!"
63
63
target = "_blank"
64
64
rel = "noopener"
Original file line number Diff line number Diff line change 1
1
"use strict" ;
2
2
export const GAME_END_TIMESTAMP = 1751579999 ; // Timestamp in seconds when the game ends
3
- const GAME_CONCLUDES_TIMESTAMP = 1751752799 ; // Timestamp in seconds when the game concludes
3
+ const GAME_CONCLUDES_TIMESTAMP = 1751622446 ; // Timestamp in seconds when the game concludes
4
4
export const TOKEN_DISTRIBUTION_TIMESTAMP = 1753912799 ; // Timestamp in seconds for token distribution
5
5
6
6
export const QR_CODE_EXPIRY = 2 * 60 * 1000 ; // (2 minutes) Expiry time in seconds for QR code
You can’t perform that action at this time.
0 commit comments