Skip to content

Commit

Permalink
fix eacAgg/uni abi
Browse files Browse the repository at this point in the history
  • Loading branch information
nedodn authored Jan 12, 2024
1 parent fcc1b91 commit 36266e6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion subgraph.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,10 @@ dataSources:
file: ./abis/ChainlinkTWAP.json
- name: ConverterFeed
file: ./abis/ConverterFeed.json
- name: UniswapV2Pair
file: ./abis/UniswapV2Pair.json
- name: EACAggregatorProxy
file: ./abis/EACAggregatorProxy.json
eventHandlers:
- event: UpdateResult(uint256)
handler: handleUpdateResult
Expand Down Expand Up @@ -875,4 +879,4 @@ templates:
- event: Staked(indexed address,uint256)
handler: handleStaked
- event: Withdrawn(indexed address,uint256)
handler: handleWithdrawn
handler: handleWithdrawn

0 comments on commit 36266e6

Please sign in to comment.