We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec48975 commit 6d7ab3aCopy full SHA for 6d7ab3a
1 file changed
ci/sync/main.sh
@@ -22,7 +22,7 @@ setup_vars() {
22
REF_LOG_PATH="${BASE_PATH}/${BUCKET}/${REF_LOG_DIR}/${REF_LOG}"
23
24
# Commands
25
- 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))"
26
DEFI_CLI_CMD="${DEFI_CLI_BIN} -datadir=${DATADIR}"
27
FETCH="aria2c -x16 -s16"
28
GREP="grep"
0 commit comments