Skip to content

Commit

Permalink
Update substreams.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
0xpapercut committed Jul 8, 2024
1 parent 71a565e commit 9f955a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ build:
.PHONY: stream
stream: build
if [ -n "$(STOP)" ]; then \
substreams run -e $(ENDPOINT) substreams.yaml raydium_events -s $(START) -t $(STOP); \
substreams run -e $(ENDPOINT) substreams.yaml raydium_block_events -s $(START) -t $(STOP); \
else \
substreams run -e $(ENDPOINT) substreams.yaml raydium_events -s $(START); \
substreams run -e $(ENDPOINT) substreams.yaml raydium_block_events -s $(START); \
fi

.PHONY: protogen
Expand Down
4 changes: 2 additions & 2 deletions substreams.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ binaries:
file: target/wasm32-unknown-unknown/release/raydium_substream.wasm

modules:
- name: raydium_events
- name: raydium_block_events
kind: map
inputs:
- source: sf.solana.type.v1.Block
output:
type: proto:raydium.BlockRaydiumEvents
type: proto:raydium.RaydiumBlockEvents

network: solana

0 comments on commit 9f955a4

Please sign in to comment.