Description
The REST API and cli args exposed by our browser-simulation image does not match with nwaku REST API/CLI args, specifically the lightpush endpoint is outdated. Other behavior, like bootstrapping (which in 10ksim is handled by the orchestration environment, not any of the fleets) needs to match expectations as well (e.g. instead of default bootstrapping, read ENRs from docker env and properly parse for setting bootstrap peers manually in createLightNode)
User Story
As a DST dev, I want to be able to use the js-waku Docker image and perform a lightpush with similar behavior and configuration as nwaku image
Proposed Solution / Feature Design
Optional: Diagram or Draft of Design
Notes