We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bfdb89 commit 5f79790Copy full SHA for 5f79790
1 file changed
reth/reth-entrypoint
@@ -10,7 +10,7 @@ METRICS_PORT="${METRICS_PORT:-6060}"
10
DISCOVERY_PORT="${DISCOVERY_PORT:-30303}"
11
P2P_PORT="${P2P_PORT:-30303}"
12
ADDITIONAL_ARGS=""
13
-NODE_TYPE="${NODE_TYPE:-vanilla}"
+NODE_TYPE="${NODE_TYPE:-base}"
14
15
if [[ -z "${RETH_CHAIN:-}" ]]; then
16
echo "expected RETH_CHAIN to be set" 1>&2
0 commit comments