Skip to content

Commit

Permalink
drop initialBlock
Browse files Browse the repository at this point in the history
  • Loading branch information
YaroShkvorets committed Mar 2, 2024
1 parent 9f249b7 commit 17c07e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion subgraph/graph-node/up.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ main() {

prepare() {
if [[ -z "$SUBSTREAMS_ENDPOINT" ]]; then
export SUBSTREAMS_ENDPOINT="https://goerli-cl.substreams.pinax.network:443"
export SUBSTREAMS_ENDPOINT="https://holesky-cl.substreams.pinax.network:443"
fi
if [[ -z "$SUBSTREAMS_API_TOKEN" ]]; then
echo "Your environment is not corrrectly configured to launch Docker Compose configuration."
Expand Down
4 changes: 2 additions & 2 deletions substreams/substreams.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ binaries:

modules:
- name: map_blobs
initialBlock: 7735000
# initialBlock: 7735413
kind: map
inputs:
- source: sf.beacon.type.v1.Block
Expand All @@ -49,7 +49,7 @@ modules:

- name: graph_out
kind: map
initialBlock: 7735000
# initialBlock: 7677000
inputs:
- map: map_blobs
output:
Expand Down

0 comments on commit 17c07e3

Please sign in to comment.