diff --git a/subgraph/core-neo/subgraph.yaml b/subgraph/core-neo/subgraph.yaml index bfcbf3ad9..90eebe7d8 100644 --- a/subgraph/core-neo/subgraph.yaml +++ b/subgraph/core-neo/subgraph.yaml @@ -38,6 +38,7 @@ dataSources: handler: handleAppealDecision - event: DisputeCreation(indexed uint256,indexed address) handler: handleDisputeCreation + receipt: true - event: Draw(indexed address,indexed uint256,uint256,uint256) handler: handleDraw - event: NewPeriod(indexed uint256,uint8) diff --git a/subgraph/core-university/subgraph.yaml b/subgraph/core-university/subgraph.yaml index bf28f408a..d686321f4 100644 --- a/subgraph/core-university/subgraph.yaml +++ b/subgraph/core-university/subgraph.yaml @@ -38,6 +38,7 @@ dataSources: handler: handleAppealDecision - event: DisputeCreation(indexed uint256,indexed address) handler: handleDisputeCreation + receipt: true - event: Draw(indexed address,indexed uint256,uint256,uint256) handler: handleDraw - event: NewPeriod(indexed uint256,uint8)