Skip to content

Commit

Permalink
Merge pull request #1741 from kleros/subgraph-fix
Browse files Browse the repository at this point in the history
fix(subgraph): subgraph-mainfest-fix
  • Loading branch information
jaybuidl authored Nov 11, 2024
2 parents 280f17b + accd30b commit 98eba55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions subgraph/core-neo/subgraph.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 1 addition & 0 deletions subgraph/core-university/subgraph.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 98eba55

Please sign in to comment.