Skip to content

Commit 040750e

Browse files
committed
add ethcc results
1 parent ef36980 commit 040750e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/app/(main)/leaderboard/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ const Leaderboard: React.FC = () => {
5858
gameEnded
5959
? (
6060
<StyledLinkButton
61-
url="https://cdn.kleros.link/ipfs/QmSJU4UmDbrqLwchsqXwFwZaxbob45r1QE5rTRagpr3Wpq"
61+
url="https://cdn.kleros.link/ipfs/QmQx3abvPopY7oWKn8QjLrQXUQWWWuvwehUbLBDz7Kkzva"
6262
text="Check the answers!"
6363
target="_blank"
6464
rel="noopener"

src/lib/game.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"use strict";
22
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
44
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

0 commit comments

Comments
 (0)