Skip to content

Commit 836c0e9

Browse files
committed
feat: added subgraph handler to definiton
1 parent 660b670 commit 836c0e9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

subgraph.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ dataSources:
6464
handler: handleBounceGateEventPriorityAndDurationUpdated
6565
- event: ParcelWhitelistSet(uint256,uint256,uint256)
6666
handler: handleParcelWhitelistSet
67+
- event: SurveyParcel(uint256,uint256,uint256[])
68+
handler: handleSurveyParcel
6769
file: ./src/mappings/realm.ts
6870
- kind: ethereum/contract
6971
name: TileDiamond

0 commit comments

Comments
 (0)