From 7818f6259b18fba47bf86ab9695625ac09a072bd Mon Sep 17 00:00:00 2001 From: 0xdavinchee <0xdavinchee@gmail.com> Date: Tue, 28 Nov 2023 16:54:52 +0200 Subject: [PATCH] remove unimplemented function from yaml (#1753) --- packages/subgraph/subgraph.template.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/packages/subgraph/subgraph.template.yaml b/packages/subgraph/subgraph.template.yaml index 658c7995b4..7abe8db0d4 100644 --- a/packages/subgraph/subgraph.template.yaml +++ b/packages/subgraph/subgraph.template.yaml @@ -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 }}