From 036f14b024d5740587a9f3ca19d1b54d1297507d Mon Sep 17 00:00:00 2001 From: juanmardefago Date: Tue, 14 May 2024 14:40:14 -0300 Subject: [PATCH] feat: removed pruning for safety reasons, trigger full resync --- subgraph.template.yaml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/subgraph.template.yaml b/subgraph.template.yaml index 4f8d9ea..c51094b 100644 --- a/subgraph.template.yaml +++ b/subgraph.template.yaml @@ -1,17 +1,10 @@ specVersion: 1.0.0 -description: Core Graph Network subgraph (FDS version) +description: Core Graph Network subgraph ({{network}} NO PRUNING) repository: https://github.com/graphprotocol/graph-network-subgraph schema: file: ./schema.graphql features: - fullTextSearch -indexerHints: -{{#isL1}} - prune: 400 -{{/isL1}} -{{^isL1}} - prune: 15000 -{{/isL1}} dataSources: - kind: ethereum/contract name: Controller