Skip to content

Commit

Permalink
Added missing handler
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmardefago committed Jul 5, 2021
1 parent 2204085 commit 0899edb
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 @@ -68,6 +68,8 @@ dataSources:
handler: handleSubgraphMetadataUpdated
- event: NameSignalEnabled(indexed address,indexed uint256,indexed bytes32,uint32)
handler: handleNameSignalEnabled
- event: NameSignalUpgrade(indexed address,indexed uint256,uint256,uint256,indexed bytes32)
handler: handleNameSignalUpgrade
- event: NSignalMinted(indexed address,indexed uint256,indexed address,uint256,uint256,uint256)
handler: handleNSignalMinted
- event: NSignalBurned(indexed address,indexed uint256,indexed address,uint256,uint256,uint256)
Expand Down

0 comments on commit 0899edb

Please sign in to comment.