Skip to content

Commit

Permalink
feat: removed pruning for safety reasons, trigger full resync
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmardefago committed May 14, 2024
1 parent 7247a4c commit 036f14b
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions subgraph.template.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 036f14b

Please sign in to comment.