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