forked from novasamatech/subquery-history
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathequilibrium.yaml
More file actions
37 lines (36 loc) · 914 Bytes
/
equilibrium.yaml
File metadata and controls
37 lines (36 loc) · 914 Bytes
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
specVersion: 1.0.0
name: subquery-nova-equilibrium
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: "0x89d3ec46d2fb43ef5a9713833373d5ea666b092fa8fd68fbc34596036571b907"
endpoint: >-
wss://equilibrium-rpc.dwellir.com
chaintypes:
file: ./chainTypes/equilibriumTypes.json
dataSources:
- name: main
kind: substrate/Runtime
startBlock: 1
mapping:
file: ./dist/index.js
handlers:
- handler: handleHistoryElement
kind: substrate/CallHandler
- handler: handleEquilibriumTransfer
kind: substrate/EventHandler
filter:
module: eqBalances
method: Transfer