-
Notifications
You must be signed in to change notification settings - Fork 97
Misconfigured sequencer forwarding #86
Copy link
Copy link
Closed
Description
Right now for all execution clients sequencer URL for forwarding is configured as sequencer_context.beacon_http_url where sequencer_context is sequencer's CL context, thus beacon_http_url is sequencer's consensus client RPC:
| "--rollup.sequencerhttp={0}".format(sequencer_context.beacon_http_url) |
Is this intended? In Reth, if this parameter is configured, we forward sendRawTransaction requests directly. I believe that those can't be handled by op-node, so I'd expect this to be configured with sequencer's EL RPC?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels