Skip to content

Commit

Permalink
Merge pull request #3 from matthewkeil/mkeil/add-lodestar-flag
Browse files Browse the repository at this point in the history
feat: add chain.persistInvalidSszObjects flag to lodestar.yaml
  • Loading branch information
parithosh authored May 17, 2024
2 parents 7952948 + 8aa4ec3 commit cc96293
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ansible/inventories/devnet-0/group_vars/lodestar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ lodestar_container_command_extra_args:
- --rest.namespace="*"
- --network.connectToDiscv5Bootnodes
- --nat=true
- --chain.persistInvalidSszObjects=true
lodestar_validator_container_volumes:
- "{{ lodestar_validator_datadir }}:/validator-data"
- "{{ eth_testnet_config_dir }}:/network-config:ro"
Expand Down

0 comments on commit cc96293

Please sign in to comment.