diff --git a/README.md b/README.md index f164a3da..0ff72384 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/reth/reth-entrypoint b/reth/reth-entrypoint index 4f43e146..af2305e7 100755 --- a/reth/reth-entrypoint +++ b/reth/reth-entrypoint @@ -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