## What changed - Multiple components may query the same Soroban contract simultaneously - No request deduplication layer — the same RPC call can fire multiple times in parallel ## Why - TanStack Query deduplicates within the same query key, but different hooks with similar params may not - Should ensure identical RPC calls are coalesced into a single request ## How to test 1. Open home page with multiple stat components 2. Check Network tab — observe if the same Soroban RPC endpoint is hit multiple times
What changed
Why
How to test