From 16011cdd6b7c92ddca669b2b8a1bdff6b3eb073a Mon Sep 17 00:00:00 2001 From: Voss Date: Wed, 15 Feb 2023 07:09:40 -0600 Subject: [PATCH 1/2] add lodestar to stakersUI add lodestar JWT --- security/lodestar/jwtsecret.hex | 1 + 1 file changed, 1 insertion(+) create mode 100644 security/lodestar/jwtsecret.hex diff --git a/security/lodestar/jwtsecret.hex b/security/lodestar/jwtsecret.hex new file mode 100644 index 0000000..fa9ef2d --- /dev/null +++ b/security/lodestar/jwtsecret.hex @@ -0,0 +1 @@ +7ad9cfdec75eceb662f5e48f5765701c17f51a5233a60fbcfa5f9e495fa99d20 From d1c12f7618d672df1fb4b74f9ff0f00aa4c8c4fb Mon Sep 17 00:00:00 2001 From: Voss Date: Wed, 15 Feb 2023 07:12:17 -0600 Subject: [PATCH 2/2] add lodestar --- entrypoint.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/entrypoint.sh b/entrypoint.sh index 0daf2a3..650396a 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -13,6 +13,10 @@ case "$_DAPPNODE_GLOBAL_CONSENSUS_CLIENT_MAINNET" in echo "Using teku.dnp.dappnode.eth" JWT_PATH="/security/teku/jwtsecret.hex" ;; +"lodestar.dnp.dappnode.eth") + echo "Using lodestar.dnp.dappnode.eth" + JWT_PATH="/security/lodestar/jwtsecret.hex" + ;; "nimbus.dnp.dappnode.eth") echo "Using nimbus.dnp.dappnode.eth" JWT_PATH="/security/nimbus/jwtsecret.hex"