-
Notifications
You must be signed in to change notification settings - Fork 17
/
myriad.yaml
34 lines (34 loc) · 882 Bytes
/
myriad.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
specVersion: 1.0.0
name: subquery-nova-polkadex
version: 1.0.0
runner:
node:
name: "@subql/node"
version: ">=4.6.6"
options:
historical: true
query:
name: "@subql/query"
version: "*"
description: Nova SubQuery project
repository: https://github.com/nova-wallet/subquery-nova
schema:
file: ./schema.graphql
network:
chainId: "0x74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063"
endpoint: >-
wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0
dataSources:
- name: main
kind: substrate/Runtime
startBlock: 1
mapping:
file: ./dist/index.js
handlers:
- handler: handleHistoryElement
kind: substrate/CallHandler
- handler: handleTransfer
kind: substrate/EventHandler
filter:
module: balances
method: Transfer