Open
Description
We should support use cases where users need to send some requests in the builder API to different sidecars based on the validator pubkey, which allows users to run a single beacon client (which generally support a single BuilderAPI endpoint).
In practice this should be a mapping of Array<BlsPublicKey>
-> PbsModuleConfig
in the main config file, so that users can customize eg. relays and different images to run.