Skip to content

Commit d919b5d

Browse files
authored
Corrected entry name for blockHandlers (#110)
blockHandlers do not have function entry, but only handler
1 parent 2cb69ce commit d919b5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/en/developer/create-subgraph-hosted.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ dataSources:
111111
- function: createGravatar(string,string)
112112
handler: handleCreateGravatar
113113
blockHandlers:
114-
- function: handleBlock
115-
- function: handleBlockWithCall
114+
- handler: handleBlock
115+
- handler: handleBlockWithCall
116116
filter:
117117
kind: call
118118
file: ./src/mapping.ts

0 commit comments

Comments
 (0)