File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
"use strict" ;
2
- export const GAME_END_TIMESTAMP = 1750283999 ; // Timestamp in seconds when the game ends
3
- const GAME_CONCLUDES_TIMESTAMP = 1750671198 ; // Timestamp in seconds when the game concludes
4
- export const TOKEN_DISTRIBUTION_TIMESTAMP = 1751320799 ; // Timestamp in seconds for token distribution
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
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
7
7
export const QUESTION_TIMEOUT_WINDOW = 3 * 60 * 1000 ; // (3 minutes) Player cannot answer after question gets timeout
You can’t perform that action at this time.
0 commit comments