Skip to content

Commit 8cd51f3

Browse files
committed
fix event param name
1 parent a35410a commit 8cd51f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/subgraph/subgraph.template.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dataSources:
2121
entities:
2222
- CustomSuperTokenCreatedEvent
2323
- SuperTokenCreatedEvent
24-
- SuperTokenLogicCreatedEventß
24+
- SuperTokenLogicCreatedEvent
2525
- Token
2626
- TokenStatistic
2727
abis:
@@ -51,7 +51,7 @@ dataSources:
5151
- event: SuperTokenLogicCreated(indexed address)
5252
handler: handleSuperTokenLogicCreated
5353
calls:
54-
getHost: ISuperToken[event.params.token].getHost()
54+
getHost: ISuperToken[event.params.tokenLogic].getHost()
5555
- kind: ethereum/contract
5656
name: Host
5757
network: {{ network }}

0 commit comments

Comments
 (0)