using pebble engine

This commit is contained in:
Ubuntu 2023-12-02 07:32:58 +00:00
parent a300dd8cb0
commit dda05c5584

View file

@ -32,6 +32,8 @@ if [ ! -d "$GETH_CHAINDATA_DIR" ]; then
echo "Initializing genesis."
geth --verbosity="$VERBOSITY" \
--nousb \
--state.scheme=path \
--db.engine=pebble \
--datadir="$GETH_DATA_DIR" init \
"$GENESIS_L1_PATH"
else