Summary
Cannot pass authentication headers to private RPC endpoints.
Where
apps/web/src/lib/env.ts:40-55
Why this is a real bug, not just lint noise
- Affects user experience, functionality, or performance in production.
- Needs to be addressed to ensure robustness across all supported devices and Stellar network states.
Fix
Support optional RPC headers via environment variable.
Acceptance criteria
Summary
Cannot pass authentication headers to private RPC endpoints.
Where
apps/web/src/lib/env.ts:40-55Why this is a real bug, not just lint noise
Fix
Support optional RPC headers via environment variable.
Acceptance criteria
apps/web/src/lib/env.ts:40-55.