-
Notifications
You must be signed in to change notification settings - Fork 0
/
substreams.yaml
48 lines (42 loc) · 908 Bytes
/
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
46
47
48
specVersion: v0.1.0
package:
name: "lens_substream"
version: v0.1.0
protobuf:
files:
- lpp.proto
importPaths:
- ./proto
binaries:
default:
type: wasm/rust-v1
file: ./target/wasm32-unknown-unknown/release/substreams.wasm
modules:
- name: map_transfers
kind: map
initialBlock: 12287507
inputs:
- source: sf.ethereum.type.v2.Block
output:
type: proto:eth.erc721.v1.Transfers
- name: store_transfers
kind: store
initialBlock: 43764445
updatePolicy: add
valueType: int64
inputs:
- map: map_transfers
- name: map_approvals
kind: map
initialBlock: 43764445
inputs:
- source: sf.ethereum.type.v2.Block
output:
type: proto:eth.erc721.v1.Approvals
- name: store_approvals
kind: store
initialBlock: 12287507
updatePolicy: add
valueType: int64
inputs:
- map: map_approvals