We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a35410a commit 8cd51f3Copy full SHA for 8cd51f3
packages/subgraph/subgraph.template.yaml
@@ -21,7 +21,7 @@ dataSources:
21
entities:
22
- CustomSuperTokenCreatedEvent
23
- SuperTokenCreatedEvent
24
- - SuperTokenLogicCreatedEventß
+ - SuperTokenLogicCreatedEvent
25
- Token
26
- TokenStatistic
27
abis:
@@ -51,7 +51,7 @@ dataSources:
51
- event: SuperTokenLogicCreated(indexed address)
52
handler: handleSuperTokenLogicCreated
53
calls:
54
- getHost: ISuperToken[event.params.token].getHost()
+ getHost: ISuperToken[event.params.tokenLogic].getHost()
55
- kind: ethereum/contract
56
name: Host
57
network: {{ network }}
0 commit comments