Skip to content

Commit 5f79790

Browse files
committed
Entrypoint
1 parent 7bfdb89 commit 5f79790

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

reth/reth-entrypoint

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ METRICS_PORT="${METRICS_PORT:-6060}"
1010
DISCOVERY_PORT="${DISCOVERY_PORT:-30303}"
1111
P2P_PORT="${P2P_PORT:-30303}"
1212
ADDITIONAL_ARGS=""
13-
NODE_TYPE="${NODE_TYPE:-vanilla}"
13+
NODE_TYPE="${NODE_TYPE:-base}"
1414

1515
if [[ -z "${RETH_CHAIN:-}" ]]; then
1616
echo "expected RETH_CHAIN to be set" 1>&2

0 commit comments

Comments
 (0)