Skip to content

Commit

Permalink
Ci/sync with ocena activate
Browse files Browse the repository at this point in the history
  • Loading branch information
Jouzo committed Sep 17, 2024
1 parent ec48975 commit 6d7ab3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/sync/main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ setup_vars() {
REF_LOG_PATH="${BASE_PATH}/${BUCKET}/${REF_LOG_DIR}/${REF_LOG}"

# Commands
DEFID_CMD="${DEFID_BIN} -datadir=${DATADIR} -daemon -debug=accountchange -ethdebug=1 -spv -checkpoints=0 -interrupt-block=$((STOP_BLOCK + 1))"
DEFID_CMD="${DEFID_BIN} -datadir=${DATADIR} -daemon -debug=accountchange -ethdebug=1 -spv -checkpoints=0 -oceanarchive -oceanarchiverest -interrupt-block=$((STOP_BLOCK + 1))"
DEFI_CLI_CMD="${DEFI_CLI_BIN} -datadir=${DATADIR}"
FETCH="aria2c -x16 -s16"
GREP="grep"
Expand Down

0 comments on commit 6d7ab3a

Please sign in to comment.