From 71839ad67e07d692f0ef2e0aa960cf9259e61acb Mon Sep 17 00:00:00 2001 From: Jamie Hewitt Date: Tue, 28 Jun 2022 18:05:01 +0300 Subject: [PATCH] Adding ProviderFee to subgraph.template.yaml --- subgraph.template.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/subgraph.template.yaml b/subgraph.template.yaml index 1e961e0..7250f3a 100644 --- a/subgraph.template.yaml +++ b/subgraph.template.yaml @@ -113,6 +113,8 @@ templates: handler: handleRemovedPaymentManager - event: CleanedPermissions(indexed address,uint256,uint256) handler: handleCleanedPermissions + - event: ProviderFee(indexed address,indexed address,uint256,bytes,uint8,bytes32,bytes32,uint256) + handler: handleProviderFee - name: BPool kind: ethereum/contract