Bug Report
UV Client restarts sync from default height instead of DB height
Expected Behavior
On restart, the UV Client should resume syncing from the last processed height stored in the DB.
Actual Behavior
Client restarts syncing from the default height, causing already processed events to be re-fetched and dropped due to DB unique constraints, leading to unnecessary RPC usage.
Steps to Reproduce
Start UV Client and let it sync events
Stop the client
Restart and observe duplicate events being dropped