-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject.yaml
39 lines (39 loc) · 1.07 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
specVersion: 1.0.0
name: xc20-subql
version: 0.0.4
runner:
node:
name: '@subql/node'
version: ^0.33.0
query:
name: '@subql/query'
version: 0.24.0
description: Indexing of xc20 deposits, withdrawals and transfers
repository: 'https://github.com/parascan-xyz/xc20-subql'
schema:
file: ./schema.graphql
network:
chainId: '0x401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b'
endpoint: 'wss://moonriver.api.onfinality.io/public-ws'
dictionary: 'https://api.subquery.network/sq/subquery/moonriver-dictionary'
dataSources:
- kind: substrate/Runtime
startBlock: 1
mapping:
file: ./dist/index.js
handlers:
- handler: handleMint
kind: substrate/EventHandler
filter:
module: assets
method: Issued
- handler: handleBurn
kind: substrate/EventHandler
filter:
module: assets
method: Burned
- handler: handleTransfer
kind: substrate/EventHandler
filter:
module: assets
method: Transferred