Skip to content

Commit

Permalink
update eth protobufs
Browse files Browse the repository at this point in the history
  • Loading branch information
YaroShkvorets committed Feb 22, 2024
1 parent 1a74a50 commit 8182e5d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion eth.blobs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,8 @@ package: build

.PHONY: run
run: build
substreams run -e $(ENDPOINT) map_blobs -s -10 --plaintext
substreams run -e $(ENDPOINT) map_blobs -s -10 --plaintext

.PHONY: gui
gui: build
substreams gui -e $(ENDPOINT) map_blobs -s -10 --plaintext
2 changes: 1 addition & 1 deletion eth.blobs/substreams.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package:
version: v0.1.0

imports:
eth: https://github.com/streamingfast/sf-ethereum/releases/download/v0.10.2/ethereum-v0.10.4.spkg
eth: https://github.com/streamingfast/firehose-ethereum/releases/download/v2.0.0/ethereum-v1.1.0.spkg

protobuf:
files:
Expand Down

0 comments on commit 8182e5d

Please sign in to comment.