Skip to content

Commit f63b6be

Browse files
committed
feat: removed pruning for safety reasons, trigger full resync
1 parent 7247a4c commit f63b6be

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

Diff for: subgraph.template.yaml

+1-8
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,10 @@
11
specVersion: 1.0.0
2-
description: Core Graph Network subgraph (FDS version)
2+
description: Core Graph Network subgraph ({{network}} NO PRUNING)
33
repository: https://github.com/graphprotocol/graph-network-subgraph
44
schema:
55
file: ./schema.graphql
66
features:
77
- fullTextSearch
8-
indexerHints:
9-
{{#isL1}}
10-
prune: 400
11-
{{/isL1}}
12-
{{^isL1}}
13-
prune: 15000
14-
{{/isL1}}
158
dataSources:
169
- kind: ethereum/contract
1710
name: Controller

0 commit comments

Comments
 (0)