We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e715e4 commit fb8455eCopy full SHA for fb8455e
1 file changed
reth/reth-entrypoint
@@ -8,6 +8,7 @@ WS_PORT="${WS_PORT:-8546}"
8
AUTHRPC_PORT="${AUTHRPC_PORT:-8551}"
9
METRICS_PORT="${METRICS_PORT:-6060}"
10
DISCOVERY_PORT="${DISCOVERY_PORT:-30303}"
11
+V5_DISCOVERY_PORT="${V5_DISCOVERY_PORT:-9200}"
12
P2P_PORT="${P2P_PORT:-30303}"
13
ADDITIONAL_ARGS=""
14
BINARY="./base-reth-node"
@@ -154,5 +155,6 @@ exec "$BINARY" node \
154
155
--rollup.sequencer-http="$RETH_SEQUENCER_HTTP" \
156
--rollup.disable-tx-pool-gossip \
157
--discovery.port="$DISCOVERY_PORT" \
158
+ --discovery.v5.port="$V5_DISCOVERY_PORT"
159
--port="$P2P_PORT" \
160
$ADDITIONAL_ARGS
0 commit comments