dino_landing_page/app/shared.ts
2025-08-17 19:42:53 +05:30

8 lines
264 B
TypeScript

import { clusterApiUrl } from "@solana/web3.js";
export const CLUSTER_URL = clusterApiUrl('devnet');
// Game configuration
export const ENTRY_FEE_DINO = 10; // Entry fee in DINO tokens
export const MAX_ATTEMPTS = 50; // Maximum attempts before leaderboard reset