Add the dictionary to the indexer
...
schema:
file: ./schema.graphql
network:
genesisHash: '0x6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e'
endpoint: wss://mainnet.ternoa.network
dictionary: https://dictionary-mainnet.ternoa.dev/
dataSources:
- kind: substrate/Runtime
startBlock: 1
mapping:
file: "./dist/index.js"
handlers:
- handler: handleEvent
kind: substrate/EventHandler
filter:
module: balances
method: Transfer
...Last updated