Skip to content

Commit

Permalink
Merge pull request #6 from blocktorch-xyz/block-1368-index-rollups-cr…
Browse files Browse the repository at this point in the history
…eations

Index rollups creations
  • Loading branch information
catalyst17 committed Jan 8, 2024
2 parents a7a3d9e + ed8a20d commit 831f361
Show file tree
Hide file tree
Showing 20 changed files with 4,605 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-include .env
export

START_BLOCK ?= 18664500
START_BLOCK ?= 4051031
STOP_BLOCK ?= 0

.PHONY: build
Expand All @@ -10,7 +10,7 @@ build:

.PHONY: run
run: build
substreams run -e $(ENDPOINT) substreams.yaml map_combine_transactions -s $(START_BLOCK) -t $(STOP_BLOCK)
substreams run -e $(ENDPOINT) substreams.yaml map_combine_rollups -s $(START_BLOCK) -t $(STOP_BLOCK)

.PHONY: sink
sink: build
Expand All @@ -19,7 +19,7 @@ sink: build

.PHONY: gui
gui: build
substreams gui -e $(ENDPOINT) substreams.yaml db_out -s $(START_BLOCK) -t $(STOP_BLOCK)
substreams gui -e $(ENDPOINT) substreams.yaml map_combine_rollups -s $(START_BLOCK) -t $(STOP_BLOCK)

.PHONY: protogen
protogen:
Expand Down
Loading

0 comments on commit 831f361

Please sign in to comment.