Skip to content

Commit

Permalink
set initial block to 0 for blocks substream
Browse files Browse the repository at this point in the history
  • Loading branch information
YaroShkvorets committed Jul 17, 2024
1 parent 20e00fb commit 2e3cfae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion blocks/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "blocks"
version = "0.1.0"
version = "1.0.0"
authors = ["Yaro <yaro@pinax.network>"]
description = "Blocks Substream"
license = "MIT OR Apache-2.0"
Expand Down
4 changes: 2 additions & 2 deletions blocks/substreams.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
specVersion: v0.1.0
package:
name: blocks
version: v0.1.0
version: v1.0.0
url: https://github.com/pinax-network/substreams
doc: Blocks

Expand All @@ -13,7 +13,7 @@ binaries:
modules:
- name: map_blocks
kind: map
initialBlock: 2
initialBlock: 0
inputs:
- source: sf.substreams.v1.Clock
output:
Expand Down

0 comments on commit 2e3cfae

Please sign in to comment.