-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsubstreams.yaml
45 lines (40 loc) · 1.29 KB
/
substreams.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
specVersion: v0.1.0
package:
name: antelope_tokens
version: v0.5.0
url: https://github.com/pinax-network/subgraph-antelope-tokens
imports:
events: https://github.com/pinax-network/substreams-antelope-tokens/releases/download/v0.5.0/antelope-tokens-v0.5.0.spkg
entity_changes: https://github.com/streamingfast/substreams-sink-entity-changes/releases/download/v2.0.0/substreams-entity-change-v2.0.0.spkg
database_change: https://github.com/streamingfast/substreams-database-change/releases/download/v2.0.0/substreams-database-change-v2.0.0.spkg
binaries:
default:
type: wasm/rust-v1
file: ../target/wasm32-unknown-unknown/release/antelope_tokens.wasm
modules:
- name: graph_out
kind: map
inputs:
- params: string
- source: sf.substreams.v1.Clock
- map: events:map_events
output:
type: proto:sf.substreams.sink.entity.v1.EntityChanges
- name: ch_out
kind: map
inputs:
- params: string
- source: sf.substreams.v1.Clock
- map: map_events
output:
type: proto:sf.substreams.sink.database.v1.DatabaseChanges
sink:
module: ch_out
type: sf.substreams.sink.sql.v1.Service
config:
schema: "./schema.sql"
engine: clickhouse
postgraphile_frontend:
enabled: false
pgweb_frontend:
enabled: false