This commit is contained in:
alexcos20 2023-11-21 19:55:25 +02:00
parent b882ef7067
commit 04d8443290
2 changed files with 0 additions and 7 deletions

View File

@ -3,8 +3,6 @@ import {
TokenRemoved, TokenRemoved,
OPCFeeChanged, OPCFeeChanged,
FactoryRouter, FactoryRouter,
SSContractAdded,
SSContractRemoved,
FixedRateContractAdded, FixedRateContractAdded,
FixedRateContractRemoved, FixedRateContractRemoved,
DispenserContractAdded, DispenserContractAdded,

View File

@ -276,8 +276,3 @@ dataSources:
handler: handleDispenserContractAdded handler: handleDispenserContractAdded
- event: DispenserContractRemoved(indexed address,indexed address) - event: DispenserContractRemoved(indexed address,indexed address)
handler: handleDispenserContractRemoved handler: handleDispenserContractRemoved
- event: SSContractAdded(indexed address,indexed address)
handler: handleSSContractAdded
- event: SSContractRemoved(indexed address,indexed address)
handler: handleSSContractRemoved