Area: apps/web/src/lib/soroban/health.ts
Goal: Verify RPC health detection drives a stable connection indicator.
Tasks:
- Add MSW handlers for healthy, degraded, and unreachable RPC responses.
- Assert mapped status and user-facing label.
- Test timeout handling with fake timers.
Acceptance:
- No real network and no clock flakiness.
bun run --cwd apps/web test passes.
Area:
apps/web/src/lib/soroban/health.tsGoal: Verify RPC health detection drives a stable connection indicator.
Tasks:
Acceptance:
bun run --cwd apps/web testpasses.