Open
Description
Currently, the websocket proxy is designed to accept a single connection to an OP Stack sequencer running rollup-boost
. Some chains like Unichain have an high-availability setup for their sequencers where there is one active sequencer and a set of candidate sequencers. Ideally, there would be one websocket proxy running that can support a set of connections to an OP Stack sequencer running rollup-boost
rather than needing a websocket proxy per sequencer.