Skip to content

Commit 326ffc0

Browse files
committed
fix ethereum vaultInitializedEvent
1 parent da70b66 commit 326ffc0

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ node_modules
99
subgraph.yaml
1010
src/config.ts
1111
src/random.ts
12+
random.json
1213

1314
tests/.latest.json

random.json

-1
This file was deleted.

subgraph.template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ templates:
152152
entities: *classicEntities
153153
abis: *abis
154154
eventHandlers:
155-
- event: Initialized(uint8)
155+
- event: {{vaultInitializedEvent}}
156156
handler: handleClassicVaultInitialized
157157

158158
- name: BeefyERC20Product

0 commit comments

Comments
 (0)