Skip to content

Commit

Permalink
Fixed JWT_SECRET value is not being saved in the .env file (eth-educa…
Browse files Browse the repository at this point in the history
…tors#1746)

By using a Custom Execution Layer, the JWT_SECRET token entered in the Wizard is not being saved in the .env file. This subsequently causes issues when the Consensus attempts to communicate.
  • Loading branch information
victorelec14 authored Feb 12, 2024
1 parent 3750bd2 commit a425fc8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ethd
Original file line number Diff line number Diff line change
@@ -3264,6 +3264,8 @@ config() {
set_value_in_env
var=EL_NODE
set_value_in_env
var=JWT_SECRET
set_value_in_env
var=NETWORK
set_value_in_env
var=MEV_BOOST

0 comments on commit a425fc8

Please sign in to comment.