Skip to content

Commit 98eba55

Browse files
authored
Merge pull request #1741 from kleros/subgraph-fix
fix(subgraph): subgraph-mainfest-fix
2 parents 280f17b + accd30b commit 98eba55

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

subgraph/core-neo/subgraph.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ dataSources:
3838
handler: handleAppealDecision
3939
- event: DisputeCreation(indexed uint256,indexed address)
4040
handler: handleDisputeCreation
41+
receipt: true
4142
- event: Draw(indexed address,indexed uint256,uint256,uint256)
4243
handler: handleDraw
4344
- event: NewPeriod(indexed uint256,uint8)

subgraph/core-university/subgraph.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ dataSources:
3838
handler: handleAppealDecision
3939
- event: DisputeCreation(indexed uint256,indexed address)
4040
handler: handleDisputeCreation
41+
receipt: true
4142
- event: Draw(indexed address,indexed uint256,uint256,uint256)
4243
handler: handleDraw
4344
- event: NewPeriod(indexed uint256,uint8)

0 commit comments

Comments
 (0)