From accd30b2b056231d28602d87915c3efe77d7581b Mon Sep 17 00:00:00 2001 From: Harman-singh-waraich Date: Mon, 11 Nov 2024 15:39:26 +0700 Subject: [PATCH] fix(subgraph): subgraph-mainfest-fix --- subgraph/core-neo/subgraph.yaml | 1 + subgraph/core-university/subgraph.yaml | 1 + 2 files changed, 2 insertions(+) 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)