Skip to content

Commit

Permalink
add --keymanager-token-file path
Browse files Browse the repository at this point in the history
  • Loading branch information
pablomendezroyo committed Oct 17, 2024
1 parent 4665ed9 commit 2762baa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions validator/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ FLAGS="--datadir=$DATA_DIR \
--verbosity=$VERBOSITY \
--web \
--accept-terms-of-use \
--keymanager-token-file=${WALLET_DIR}/auth-token \
--enable-doppelganger ${NETWORK_FLAGS} ${MEVBOOST_FLAG} ${EXTRA_OPTS}"

echo "[INFO - entrypoint] Starting validator with flags: $FLAGS"
Expand Down

0 comments on commit 2762baa

Please sign in to comment.