Adding ProviderFee to subgraph.template.yaml

This commit is contained in:
Jamie Hewitt 2022-06-28 18:05:01 +03:00
parent a0dd838727
commit 71839ad67e
1 changed files with 2 additions and 0 deletions

View File

@ -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