-
-
Notifications
You must be signed in to change notification settings - Fork 64
Expand file tree
/
Copy pathdipdup.yaml
More file actions
32 lines (29 loc) · 777 Bytes
/
dipdup.yaml
File metadata and controls
32 lines (29 loc) · 777 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
spec_version: 3.0
package: demo_substrate_events
runtimes:
assethub:
kind: substrate
type_registry: statemint
datasources:
subsquid:
kind: substrate.subsquid
url: https://v2.archive.subsquid.io/network/asset-hub-polkadot
subscan:
kind: substrate.subscan
url: https://assethub-polkadot.api.subscan.io/api
api_key: ${SUBSCAN_API_KEY:-}
node:
kind: substrate.node
url: https://statemint.api.onfinality.io/rpc?apikey=${ONFINALITY_API_KEY:-''}
ws_url: wss://statemint.api.onfinality.io/ws?apikey=${ONFINALITY_API_KEY:-''}
indexes:
assethub_transfers:
kind: substrate.events
runtime: assethub
datasources:
- subsquid
- subscan
- node
handlers:
- callback: on_transfer
name: Assets.Transferred