From e566dac349f6b98b8414665c4edddf53171fa174 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Pr=C3=A9vost?= <998369+prevostc@users.noreply.github.com> Date: Sat, 23 Mar 2024 01:36:47 +0100 Subject: [PATCH] Enable pruning --- subgraph.template.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/subgraph.template.yaml b/subgraph.template.yaml index e159826..6d993f9 100644 --- a/subgraph.template.yaml +++ b/subgraph.template.yaml @@ -3,6 +3,8 @@ description: Beefy Finance Automated Liquidity Manager Subgraph repository: https://github.com/beefyfinance/subgraphs schema: file: ./schema.graphql +indexerHints: + prune: auto # we have our own snapshotting mechanism dataSources: - kind: ethereum/contract name: BeefyCLVaultFactory