Variable DEFAULT_PLAYER_WALLET_BALANCE_USDConst

DEFAULT_PLAYER_WALLET_BALANCE_USD = 10

Default starting balance, in USD, seeded into every new player wallet.

The session store seeds the wallet lazily on first read via createInitialPlayerWallet inside an atomic MULTI, so two simultaneous first reads still leave the balance at exactly $10.

10
@public