Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
Add holesky flag
Browse files Browse the repository at this point in the history
  • Loading branch information
dappnodedev committed Nov 7, 2023
1 parent 0f6f784 commit 4c9c6ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geth/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ JWT=$(cat $JWT_PATH)
curl -X POST "http://my.dappnode/data-send?key=jwt&data=${JWT}"

echo "[INFO - entrypoint] Starting Geth"
exec geth --authrpc.jwtsecret ${JWT_PATH} ${EXTRA_FLAGS}
exec geth --holesky --authrpc.jwtsecret ${JWT_PATH} ${EXTRA_FLAGS}

0 comments on commit 4c9c6ff

Please sign in to comment.