File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ main() {
31
31
32
32
prepare () {
33
33
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"
35
35
fi
36
36
if [[ -z " $SUBSTREAMS_API_TOKEN " ]]; then
37
37
echo " Your environment is not corrrectly configured to launch Docker Compose configuration."
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ binaries:
32
32
33
33
modules :
34
34
- name : map_blobs
35
- initialBlock : 7735000
35
+ # initialBlock: 7735413
36
36
kind : map
37
37
inputs :
38
38
- source : sf.beacon.type.v1.Block
@@ -49,7 +49,7 @@ modules:
49
49
50
50
- name : graph_out
51
51
kind : map
52
- initialBlock : 7735000
52
+ # initialBlock: 7677000
53
53
inputs :
54
54
- map : map_blobs
55
55
output :
You can’t perform that action at this time.
0 commit comments