Skip to content

Commit

Permalink
Experimental engine is default now, and the --engine.experimental fla…
Browse files Browse the repository at this point in the history
…g is deprecated.
  • Loading branch information
matjazv committed Nov 13, 2024
1 parent f89f020 commit e491fbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,7 @@ Navigate to your `op-geth` directory and start service by running the command:
--rollup.sequencerhttp=SEQUENCER_HTTP \
--rollup.halt=major \
--port=30303 \
--rollup.disabletxpoolgossip=true \
--engine.experimental
--rollup.disabletxpoolgossip=true
```

Refer to the `op-geth` configuration [documentation](https://docs.optimism.io/builders/node-operators/management/configuration#op-geth) for detailed information about available options.
Expand Down
3 changes: 1 addition & 2 deletions reth/reth-entrypoint
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,4 @@ exec ./op-reth node \
--disable-discovery \
--port="$P2P_PORT" \
--rollup.sequencer-http=$SEQUENCER_HTTP \
--rollup.disable-tx-pool-gossip \
--engine.experimental
--rollup.disable-tx-pool-gossip

0 comments on commit e491fbd

Please sign in to comment.