Skip to content

Commit

Permalink
Merge pull request #270 from yorickdowne/main
Browse files Browse the repository at this point in the history
Enable Prysm doppelganger protection by default
  • Loading branch information
yorickdowne committed Jul 20, 2021
2 parents 6ef0906 + 13a318d commit 0319fcd
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 @@ -25,4 +25,4 @@ If we've helped you out, in-person or by creating this project, a tip will be ve

# Version

This is eth-docker v1.4.0.1
This is eth-docker v1.4.1
1 change: 1 addition & 0 deletions prysm-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ services:
- --verbosity
- ${LOG_LEVEL}
- --${NETWORK}
- --enable-doppelganger
- --accept-terms-of-use
# If you chose not to store the wallet password during import, comment out the two following lines
- --wallet-password-file
Expand Down
1 change: 1 addition & 0 deletions prysm-validator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ services:
- --verbosity
- ${LOG_LEVEL}
- --${NETWORK}
- --enable-doppelganger
- --tls-cert
- /etc/ssl/certs/ca-certificates.crt
- --accept-terms-of-use
Expand Down

0 comments on commit 0319fcd

Please sign in to comment.