-
Notifications
You must be signed in to change notification settings - Fork 0
/
project-kusama.yaml
53 lines (51 loc) · 1.43 KB
/
project-kusama.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
specVersion: 1.0.0
name: subql-multisig
version: 0.0.1
runner:
node:
name: "@subql/node"
version: ">=1.0.0"
query:
name: "@subql/query"
version: "*"
description: >-
This project can be used as a starting point for developing your SubQuery
project
repository: "https://github.com/subquery/subql-starter"
schema:
file: ./schema.graphql
network:
# Kusama
chainId: '0xb0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe'
endpoint: wss://kusama.api.onfinality.io/public-ws
dictionary: https://api.subquery.network/sq/subquery/kusama-dictionary
dataSources:
- kind: substrate/Runtime
startBlock: 10340000
mapping:
file: ./dist/index.js
handlers:
# - handler: handleBlock
# kind: substrate/BlockHandler
- handler: handleEvent
kind: substrate/EventHandler
filter:
module: multisig
method: NewMultisig
- handler: handleEvent
kind: substrate/EventHandler
filter:
module: multisig
method: MultisigApproval
- handler: handleEvent
kind: substrate/EventHandler
filter:
module: multisig
method: MultisigExecuted
- handler: handleEvent
kind: substrate/EventHandler
filter:
module: multisig
method: MultisigCancelled
# - handler: handleCall
# kind: substrate/CallHandler