Skip to content

Commit

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

0 comments on commit af2f850

Please sign in to comment.