Skip to content

Commit

Permalink
Fix Teku VC to Lighthouse CL (#1450)
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickdowne authored Jul 18, 2023
1 parent 7aa5a2f commit 52a8ce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion teku-vc-only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ services:
- --beacon-node-api-endpoints=${CL_NODE:-http://consensus:5052}
- --data-path=/var/lib/teku
- --log-destination=CONSOLE
- --network=auto
- --network=${NETWORK}
- --validator-keys=/var/lib/teku/validator-keys:/var/lib/teku/validator-passwords
- --validators-early-attestations-enabled=false
- --validator-api-enabled=true
Expand Down

0 comments on commit 52a8ce3

Please sign in to comment.