From c41489f2c468328cbc94a57d38625c370e9e65a8 Mon Sep 17 00:00:00 2001 From: Yubin Date: Mon, 30 Sep 2024 23:28:58 +0800 Subject: [PATCH] Enable discovery for reth node (#314) --- reth/reth-entrypoint | 1 - 1 file changed, 1 deletion(-) diff --git a/reth/reth-entrypoint b/reth/reth-entrypoint index 9124860..ca546df 100755 --- a/reth/reth-entrypoint +++ b/reth/reth-entrypoint @@ -34,6 +34,5 @@ exec ./op-reth node \ --authrpc.jwtsecret="$OP_NODE_L2_ENGINE_AUTH" \ --metrics=0.0.0.0:"$METRICS_PORT" \ --chain "$RETH_CHAIN" \ - --disable-discovery \ --rollup.sequencer-http=$RETH_SEQUENCER_HTTP \ --rollup.disable-tx-pool-gossip