Skip to content

Commit

Permalink
Merge pull request #2 from igorsereda/patch-1
Browse files Browse the repository at this point in the history
Add history-mode parameter to the command line
  • Loading branch information
ztepler committed Feb 7, 2024
2 parents 759afe3 + 0f42615 commit 35d5110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/etherlink/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ run_node() {
fi
mkdir $rollup_dir || true
operator_address=$(octez-client --endpoint "$endpoint" show address "operator" 2>&1 | grep Hash | grep -oE "tz.*")
octez-smart-rollup-node --base-dir "$client_dir" init operator config for "$ROLLUP_ADDRESS" with operators "$operator_address" --data-dir "$rollup_dir"
octez-smart-rollup-node --base-dir "$client_dir" init operator config for "$ROLLUP_ADDRESS" with operators "$operator_address" --data-dir "$rollup_dir" --history-mode "${HISTORY_MODE:-archive}"
fi

if [ ! -d "$rollup_dir/wasm_2_0_0" ]; then
Expand Down

0 comments on commit 35d5110

Please sign in to comment.