From 04d8443290bb583ef5be53250f6ab476f30c4931 Mon Sep 17 00:00:00 2001 From: alexcos20 Date: Tue, 21 Nov 2023 19:55:25 +0200 Subject: [PATCH] fix --- src/mappings/factoryRouter.ts | 2 -- subgraph.template.yaml | 5 ----- 2 files changed, 7 deletions(-) diff --git a/src/mappings/factoryRouter.ts b/src/mappings/factoryRouter.ts index 1eb7a9b..255622d 100644 --- a/src/mappings/factoryRouter.ts +++ b/src/mappings/factoryRouter.ts @@ -3,8 +3,6 @@ import { TokenRemoved, OPCFeeChanged, FactoryRouter, - SSContractAdded, - SSContractRemoved, FixedRateContractAdded, FixedRateContractRemoved, DispenserContractAdded, diff --git a/subgraph.template.yaml b/subgraph.template.yaml index f451cee..e317d04 100644 --- a/subgraph.template.yaml +++ b/subgraph.template.yaml @@ -276,8 +276,3 @@ dataSources: handler: handleDispenserContractAdded - event: DispenserContractRemoved(indexed address,indexed address) handler: handleDispenserContractRemoved - - - event: SSContractAdded(indexed address,indexed address) - handler: handleSSContractAdded - - event: SSContractRemoved(indexed address,indexed address) - handler: handleSSContractRemoved