Skip to content

Commit

Permalink
chore: add handle transfer to template
Browse files Browse the repository at this point in the history
  • Loading branch information
cinnabarhorse committed Nov 30, 2024
1 parent 730ce48 commit 3607e6b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions subgraph.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ dataSources:
handler: handleEquipWearables
- event: ClaimAavegotchi(indexed uint256)
handler: handleClaimAavegotchi
- event: Transfer(indexed address,indexed address,indexed uint256)
handler: handleTransfer
blockHandlers:
- handler: handleBlock
file: ./src/mapping.ts

0 comments on commit 3607e6b

Please sign in to comment.