Skip to content

Commit

Permalink
update make
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisCarriere committed Jan 9, 2025
1 parent 88f1dc3 commit 92aa143
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions blocks/solana/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,23 +23,23 @@ info:

.PHONY: run
run:
substreams run substreams.yaml -e solana.substreams.pinax.network:443 ch_out -s 203100000 -o json
substreams run substreams.yaml -e solana.substreams.pinax.network:443 map_events -s 203100000 -o json --network solana

.PHONY: protogen
protogen:
substreams protogen

.PHONY: cache
cache:
substreams gui substreams.yaml -e solana.substreams.pinax.network:443 ch_out -s 203100000 -t 203200000 --production-mode
substreams gui substreams.yaml -e solana.substreams.pinax.network:443 map_events -s 203100000 -t 203200000 --production-mode --network solana

.PHONY: cache-foundational
cache-foundational:
substreams gui https://github.com/streamingfast/substreams-foundational-modules/releases/download/solana-common-v0.3.0/solana-common-v0.3.0.spkg -e solana.substreams.pinax.network:443 blocks_without_votes -s 203100000 -t 203200000 --production-mode

.PHONY: gui
gui:
substreams gui substreams.yaml -e solana.substreams.pinax.network:443 ch_out -s 203100000
substreams gui substreams.yaml -e solana.substreams.pinax.network:443 map_events -s 203100000 --network solana

.PHONY: parquet
parquet:
Expand Down

0 comments on commit 92aa143

Please sign in to comment.