From 0a8463769d8e30e4166bfac0b3f4353282bd5231 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Pr=C3=A9vost?= <998369+prevostc@users.noreply.github.com> Date: Sun, 24 Mar 2024 20:24:08 +0100 Subject: [PATCH] Add boost abi --- subgraph.template.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/subgraph.template.yaml b/subgraph.template.yaml index 45bd5cb..79ad36c 100644 --- a/subgraph.template.yaml +++ b/subgraph.template.yaml @@ -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