8 lines
264 B
TypeScript
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
|