Skip to content

Commit

Permalink
Enable LC data serving
Browse files Browse the repository at this point in the history
  • Loading branch information
etan-status committed Oct 28, 2024
1 parent 672a347 commit 84d0719
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion ansible/inventories/devnet-0/group_vars/bootnode.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ nimbus_container_command_extra_simple_args:
- --validator-monitor-auto=false
- --doppelganger-detection=off
- --log-level=INFO
- --light-client-data-serve=false
- --graffiti={{ ansible_hostname }}
nimbus_validator_datadir: /data/nimbus-validator
nimbus_container_validator_volumes:
Expand Down
1 change: 0 additions & 1 deletion ansible/inventories/devnet-0/group_vars/nimbus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ nimbus_container_command_extra_simple_args:
- --validator-monitor-auto=false
- --doppelganger-detection=off
- --log-level=INFO
- --light-client-data-serve=false
- --graffiti={{ ansible_hostname }}
nimbus_container_command_extra_bootnode_args: >-
{{ ethereum_cl_bootnodes | map('regex_replace', '^', '--bootstrap-node=') | list }}
Expand Down

0 comments on commit 84d0719

Please sign in to comment.