Skip to content

Commit

Permalink
Fix lodestar
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickdowne committed Feb 21, 2024
1 parent c2c8c81 commit 0efa46d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion lodestar-cl-only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ services:
- ${CL_REST_PORT:-5052}
- --port
- ${CL_P2P_PORT:-9000}
- --nat
- --metrics
- "true"
- --metrics.port
Expand Down
1 change: 0 additions & 1 deletion lodestar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ services:
- "beacon,config,events,node,validator,lightclient,debug"
- --port
- ${CL_P2P_PORT:-9000}
- --nat
- --metrics
- "true"
- --metrics.port
Expand Down
2 changes: 1 addition & 1 deletion lodestar/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ fi

# Check whether we should use MEV Boost
if [ "${MEV_BOOST}" = "true" ]; then
__mev_boost="--builder --builder.url=${MEV_NODE:-http://mev-boost:18550}"
__mev_boost="--builder --builder.urls=${MEV_NODE:-http://mev-boost:18550}"
echo "MEV Boost enabled"
else
__mev_boost=""
Expand Down

0 comments on commit 0efa46d

Please sign in to comment.