Skip to content

Commit 17c07e3

Browse files
committed
drop initialBlock
1 parent 9f249b7 commit 17c07e3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

subgraph/graph-node/up.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ main() {
3131

3232
prepare() {
3333
if [[ -z "$SUBSTREAMS_ENDPOINT" ]]; then
34-
export SUBSTREAMS_ENDPOINT="https://goerli-cl.substreams.pinax.network:443"
34+
export SUBSTREAMS_ENDPOINT="https://holesky-cl.substreams.pinax.network:443"
3535
fi
3636
if [[ -z "$SUBSTREAMS_API_TOKEN" ]]; then
3737
echo "Your environment is not corrrectly configured to launch Docker Compose configuration."

substreams/substreams.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ binaries:
3232

3333
modules:
3434
- name: map_blobs
35-
initialBlock: 7735000
35+
# initialBlock: 7735413
3636
kind: map
3737
inputs:
3838
- source: sf.beacon.type.v1.Block
@@ -49,7 +49,7 @@ modules:
4949

5050
- name: graph_out
5151
kind: map
52-
initialBlock: 7735000
52+
# initialBlock: 7677000
5353
inputs:
5454
- map: map_blobs
5555
output:

0 commit comments

Comments
 (0)