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

Commit

Permalink
Merge pull request #43 from dappnode/pablo/add-lighthouse-token
Browse files Browse the repository at this point in the history
Add lighthouse token
  • Loading branch information
pablomendezroyo authored May 30, 2022
2 parents 3347c63 + 4ea3862 commit 26e012e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion web3signer/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ case "$ETH2_CLIENT" in
ETH2_CLIENT_DNS="validator.lighthouse-prater.dappnode"
export BEACON_NODE_API="http://beacon-chain.lighthouse-prater.dappnode:3500"
export CLIENT_API="http://validator.lighthouse-prater.dappnode:3500"
export TOKEN_FILE="/security/lighthouse/auth-token"
export TOKEN_FILE="/security/lighthouse/api-token.txt"
;;
"nimbus")
ETH2_CLIENT_DNS="beacon-validator.nimbus-prater.dappnode"
Expand Down
1 change: 1 addition & 0 deletions web3signer/security/lighthouse/api-token.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
api-token-0x03eace4c98e8f77477bb99efb74f9af10d800bd3318f92c33b719a4644254d4123

0 comments on commit 26e012e

Please sign in to comment.