Skip to content

Commit

Permalink
*: update stack version for v1 (#271)
Browse files Browse the repository at this point in the history
Enable produceBlockV3 in lodestar as well.
  • Loading branch information
gsora authored Jul 8, 2024
1 parent ad8a227 commit 2cb5571
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ services:
# |___/

lighthouse:
image: sigp/lighthouse:${LIGHTHOUSE_VERSION:-v5.1.3}
image: sigp/lighthouse:${LIGHTHOUSE_VERSION:-v5.2.1}
ports:
- ${LIGHTHOUSE_PORT_P2P:-9000}:9000/tcp # P2P TCP
- ${LIGHTHOUSE_PORT_P2P:-9000}:9000/udp # P2P UDP
Expand Down Expand Up @@ -101,7 +101,7 @@ services:
# |_|\___/ \__,_|\___||___/\__\__,_|_|

lodestar:
image: chainsafe/lodestar:${LODESTAR_VERSION:-v1.17.0}
image: chainsafe/lodestar:${LODESTAR_VERSION:-v1.19.0}
depends_on: [charon]
entrypoint: /opt/lodestar/run.sh
networks: [dvnode]
Expand Down
2 changes: 1 addition & 1 deletion lodestar/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ exec node /usr/app/packages/cli/bin/lodestar validator \
--builder="$BUILDER_API_ENABLED" \
--builder.selection="$BUILDER_SELECTION" \
--distributed \
--useProduceBlockV3=false
--useProduceBlockV3=true

0 comments on commit 2cb5571

Please sign in to comment.