Skip to content

Commit

Permalink
move minimal
Browse files Browse the repository at this point in the history
  • Loading branch information
qu0b committed Apr 29, 2024
1 parent 791a8de commit bb31f44
Show file tree
Hide file tree
Showing 16 changed files with 4 additions and 0 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 4 additions & 0 deletions deps/launchers/el/launch-geth.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ echo "Using path: $PATH"
# go geth init
echo "GETH: Init the genesis"
geth init \
--state.scheme=hash \
--db.engine=pebble \
--datadir "$EXECUTION_NODE_DIR" \
"$EXECUTION_GENESIS_FILE"

Expand Down Expand Up @@ -79,6 +81,8 @@ geth_args=(
--ws --ws.api "$EXECUTION_WS_APIS"
--ws.addr 0.0.0.0
--ws.port="$EXECUTION_WS_PORT"
--state.scheme=hash
--db.engine=pebble
)
echo "Launching geth"

Expand Down

0 comments on commit bb31f44

Please sign in to comment.