Skip to content

Commit

Permalink
Add boost abi
Browse files Browse the repository at this point in the history
  • Loading branch information
prevostc committed Mar 24, 2024
1 parent 64b7ceb commit 0a84637
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions subgraph.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,14 @@ dataSources:
abis:
- name: BeefyBoostFactory
file: ./abis/beefy/concliq/BeefyBoostFactory.json
- name: BeefyBoost
file: ./abis/beefy/concliq/BeefyBoost.json
- name: UniswapQuoterV2
file: ./abis/uniswap/QuoterV2.json
- name: ChainLinkPriceFeed
file: ./abis/chainlink/AggregatorV3Interface.json
- name: IERC20
file: ./abis/IERC20/IERC20.json
eventHandlers:
- event: BoostDeployed(indexed address)
handler: handleBoostCreated
Expand Down

0 comments on commit 0a84637

Please sign in to comment.