Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const RPC_ENDPOINT = import.meta.env.VITE_RPC_ENDPOINT ?? 'https://api.ma

// Solana address that will receive fees when somebody plays on this platform
export const PLATFORM_CREATOR_ADDRESS = new PublicKey(
'V2grJiwjs25iJYqumbHyKo5MTK7SFqZSdmoRaj8QWb9',
'AjhV5Su8V5NLsnfqkYvUTGSRMPkj9pQ33HTohFAU8R43',
)

// Gamba explorer URL - Appears in RecentPlays
Expand Down