Skip to content

Commit

Permalink
remove unimplemented function from yaml (#1753)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xdavinchee authored and hellwolf committed Jan 23, 2024
1 parent 6e85c0b commit 7818f62
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/subgraph/subgraph.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -358,12 +358,6 @@ templates:
- event: Approval(indexed address,indexed address,uint256)
handler: handleApproval
receipt: true
- event: ConstantOutflowNFTCreated(indexed address)
handler: handleConstantOutflowNFTCreated
receipt: true
- event: ConstantInflowNFTCreated(indexed address)
handler: handleConstantInflowNFTCreated
receipt: true
- kind: ethereum/contract
name: SuperfluidGovernance
network: {{ network }}
Expand Down

0 comments on commit 7818f62

Please sign in to comment.