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 Nov 28, 2023
1 parent a429e11 commit 4065973
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 4065973

Please sign in to comment.