Skip to content

Commit 2552b19

Browse files
committed
chore: update game config
1 parent 4193537 commit 2552b19

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/lib/game.config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"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
55

66
export const QR_CODE_EXPIRY = 2 * 60 * 1000; // (2 minutes) Expiry time in seconds for QR code
77
export const QUESTION_TIMEOUT_WINDOW = 3 * 60 * 1000; // (3 minutes) Player cannot answer after question gets timeout

0 commit comments

Comments
 (0)