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