Skip to content

Commit

Permalink
Merge pull request #285 from yorickdowne/main
Browse files Browse the repository at this point in the history
Enable LH doppelganger protection by default
  • Loading branch information
yorickdowne committed Aug 23, 2021
2 parents 0f7124e + b2731bd commit d2a9a1e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ For a quick testnet start, you can install prerequisites and configure eth-docke

# Version

This is eth-docker v1.5.0
This is eth-docker v1.5.1
1 change: 1 addition & 0 deletions lh-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ services:
- /var/lib/lighthouse
- --beacon-nodes
- ${CC_NODE}
- --enable-doppelganger-protection
- --graffiti
- ${GRAFFITI}
- --network
Expand Down
1 change: 1 addition & 0 deletions lh-validator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ services:
- /var/lib/lighthouse
- --beacon-nodes
- ${CC_NODE}
- --enable-doppelganger-protection
- --graffiti
- ${GRAFFITI}
- --network
Expand Down

0 comments on commit d2a9a1e

Please sign in to comment.