Skip to content

Commit

Permalink
Subgraph: fix event signature
Browse files Browse the repository at this point in the history
  • Loading branch information
0xGabi committed Oct 30, 2020
1 parent 00e0c00 commit 8feb541
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
- name: GovernRegistry
file: ./abi/GovernRegistry.json
eventHandlers:
- event: Registered(indexed address,address,indexed address,string)
- event: Registered(indexed address,address,indexed address,indexed address,string)
handler: handleRegistered
- event: SetMetadata(indexed address,bytes)
handler: handleSetMetadata
Expand Down

0 comments on commit 8feb541

Please sign in to comment.