Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions clients/erigon/erigon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ else
FLAGS="$FLAGS --networkid 1337"
fi

# Enable commitment history (this flag must be enabled when initializing the chaindata)
FLAGS="$FLAGS --prune.experimental.include-commitment-history"

# Configure the chain.
mv /genesis.json /genesis-input.json
jq -f /mapper.jq /genesis-input.json > /genesis.json
Expand Down