Skip to content

Commit

Permalink
Updated ./dev/sink-local/start.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
maoueh committed Jun 16, 2023
1 parent 0dbc83e commit 5d20cae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 129 deletions.
127 changes: 0 additions & 127 deletions devel/release.sh

This file was deleted.

5 changes: 3 additions & 2 deletions devel/sink-local/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,13 @@ main() {
fi

exec $sink run \
"--encoder=lines" \
"--state-store=$output_dir/working/state.yaml" \
"${SUBSTREAMS_ENDPOINT:-"mainnet.eth.streamingfast.io:443"}" \
"${project}/docs/tutorial/substreams.yaml" \
"${SUBSTREAMS_MODULE:-"jsonl_out"}" \
"$output_dir/out" \
"--encoder=lines" \
"--file-working-dir=$output_dir/working" \
"--state-store=$output_dir/working/state.yaml" \
"$@"
}

Expand Down

0 comments on commit 5d20cae

Please sign in to comment.