Skip to content

Commit

Permalink
bump up substreams version, update initialBlock
Browse files Browse the repository at this point in the history
  • Loading branch information
YaroShkvorets committed Feb 28, 2024
1 parent 52deb6e commit 461205c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions substreams/substreams.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
specVersion: v0.1.0
package:
name: "eth_blobs"
version: v0.5.0
version: v0.6.0

imports:
beacon: https://github.com/pinax-network/firehose-beacon/releases/download/v0.1.1/beacon-v0.1.1.spkg
Expand All @@ -21,7 +21,7 @@ binaries:

modules:
- name: map_blobs
initialBlock: 7718200
initialBlock: 7413760
kind: map
inputs:
- source: sf.substreams.v1.Clock
Expand All @@ -30,7 +30,7 @@ modules:
type: proto:pinax.ethereum.blobs.v1.Slot

- name: kv_out
initialBlock: 7718200
initialBlock: 7413760
kind: map
inputs:
- map: map_blobs
Expand All @@ -39,7 +39,7 @@ modules:

- name: graph_out
kind: map
initialBlock: 7718200
initialBlock: 7413760
inputs:
- map: map_blobs
output:
Expand Down

0 comments on commit 461205c

Please sign in to comment.