Context: The contract accepts any token address, which could lead to users funding tournaments with worthless spoofed tokens.
Location: contracts/game_contract/src/lib.rs
Acceptance Criteria:
- Enforce an admin-maintained whitelist of permitted Token Contract Addresses (e.g., USDC).
Context: The contract accepts any token address, which could lead to users funding tournaments with worthless spoofed tokens.
Location:
contracts/game_contract/src/lib.rsAcceptance Criteria: