Context
Flagged in PR #35 code review (comment).
Problem
crates/desktop-app/local-server/test-e2e-fork.js contains a hardcoded Sepolia RPC API key/token in the source code.
Proposed Fix
- Replace with
process.env.SEPOLIA_RPC_URL and fail with a clear message if not set
- Rotate the exposed key
Context
Flagged in PR #35 code review (comment).
Problem
crates/desktop-app/local-server/test-e2e-fork.jscontains a hardcoded Sepolia RPC API key/token in the source code.Proposed Fix
process.env.SEPOLIA_RPC_URLand fail with a clear message if not set