-
Notifications
You must be signed in to change notification settings - Fork 2
/
project-moonbeam.yaml
38 lines (37 loc) · 1.05 KB
/
project-moonbeam.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
specVersion: 1.0.0
name: nova-wallet-staking
version: 0.0.1
runner:
node:
name: "@subql/node"
version: ">=1.0.0"
query:
name: "@subql/query"
version: "*"
description: >-
Project that provides up-to-date information about on-chain staking APY
repository: "[email protected]:nova-wallet/subquery-staking.git"
schema:
file: ./schema.graphql
network:
chainId: "0xfe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d"
endpoint: "wss://wss.api.moonbeam.network"
dictionary: "https://api.subquery.network/sq/subquery/moonbeam-dictionary"
chaintypes:
file: ./dist/moonbeamChaintypes.js
dataSources:
- kind: substrate/Runtime
startBlock: 150000
mapping:
file: ./dist/index.js
handlers:
- handler: handleMoonbeamNewEra
kind: substrate/EventHandler
filter:
module: parachainStaking
method: NewRound
- handler: handleMoonbeamStakingReward
kind: substrate/EventHandler
filter:
module: parachainStaking
method: Rewarded