Skip to content

Commit

Permalink
Merge pull request #865 from richardgreg/rollup_sequencerhttp-step
Browse files Browse the repository at this point in the history
docs: Add rollup.sequencerhttp to node operation docs
  • Loading branch information
krofax authored Aug 28, 2024
2 parents d371a4e + eb55ea4 commit eee1494
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pages/builders/chain-operators/management/operations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,9 @@ If you do it this way, you won't have to wait until the transactions are written
If you already have peer to peer synchronization, add the new node to the `--p2p.static` list so it can synchronize.
### Start `op-geth` (using the same command line you used on the initial node)
<Callout type="warning">
**Important:** Make sure to configure the `--rollup.sequencerhttp` flag to point to your sequencer node. This HTTP endpoint is crucial because `op-geth` will route `eth_sendRawTransaction` calls to this URL. The OP Stack does not currently have a public mempool, so configuring this is required if you want your node to support transaction submission.
</Callout>
### Start `op-node` (using the same command line you used on the initial node)
</Steps>
Expand Down

0 comments on commit eee1494

Please sign in to comment.