Skip to content

Commit f29607f

Browse files
committed
fix: missing parameters in create dispute events
1 parent ef779af commit f29607f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

subgraph.template.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -542,9 +542,9 @@ dataSources:
542542
- name: EpochManager
543543
file: ./node_modules/@graphprotocol/contracts/dist/abis/EpochManager.json
544544
eventHandlers:
545-
- event: QueryDisputeCreated(indexed bytes32,indexed address,indexed address,uint256,bytes32,bytes,uint256)
545+
- event: QueryDisputeCreated(indexed bytes32,indexed address,indexed address,uint256,bytes32,bytes,uint256,uint256)
546546
handler: handleQueryDisputeCreated
547-
- event: IndexingDisputeCreated(indexed bytes32,indexed address,indexed address,uint256,address,bytes32,uint256)
547+
- event: IndexingDisputeCreated(indexed bytes32,indexed address,indexed address,uint256,address,bytes32,uint256,uint256)
548548
handler: handleIndexingDisputeCreated
549549
- event: DisputeAccepted(indexed bytes32,indexed address,indexed address,uint256)
550550
handler: handleDisputeAccepted

0 commit comments

Comments
 (0)