-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject.yaml
55 lines (54 loc) · 1.54 KB
/
project.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
49
50
51
52
53
54
specVersion: 0.2.0
name: SubQuery Dictionary - Altair
version: 1.0.0
description: "A SubQuery Dictionary Project that provides increased indexing speed to all projects"
repository: https://github.com/subquery/subql-dictionary
schema:
file: ./schema.graphql
network:
genesisHash: "0xaa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011"
endpoint: wss://altair.api.onfinality.io/public-ws
chaintypes:
file: ./dist/chaintypes.js
dataSources:
- kind: substrate/Runtime
startBlock: 868038
mapping:
file: ./dist/index.js
handlers:
- handler: handleCall
kind: substrate/CallHandler
filter:
module: utility
method: batchAll
success: true
- handler: handleCall
kind: substrate/CallHandler
filter:
module: utility
method: batch
success: true
- handler: handleCall
kind: substrate/CallHandler
filter:
module: system
method: remark
success: true
- handler: handleRemark
kind: substrate/CallHandler
filter:
module: utility
method: batchAll
success: true
- handler: handleRemark
kind: substrate/CallHandler
filter:
module: utility
method: batch
success: true
- handler: handleRemark
kind: substrate/CallHandler
filter:
module: system
method: remark
success: true