Skip to content

Commit

Permalink
Add missing abi
Browse files Browse the repository at this point in the history
  • Loading branch information
prevostc committed Sep 2, 2024
1 parent 06fd651 commit 2f4442f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions subgraph.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,8 @@ dataSources:
abis: &contractDeployerAbis
- name: ContractDeployer
file: ./abis/beefy/ContractDeployer.json
- name: IERC20
file: ./abis/IERC20/IERC20.json
eventHandlers:
- event: ContractDeployed(indexed bytes32,address)
handler: handleContractDeployedWithDeployer
Expand Down

0 comments on commit 2f4442f

Please sign in to comment.