Skip to content

Commit

Permalink
Merge pull request #578 from balancer/fix-spec-version
Browse files Browse the repository at this point in the history
fix spec version for pruned deployments
  • Loading branch information
mendesfabio authored Mar 21, 2024
2 parents 53ef97b + e20528f commit 6798099
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion manifest.template.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
specVersion: 0.0.2
description: Balancer is a non-custodial portfolio manager, liquidity provider, and price sensor.
{{#if graft}}
features:
Expand All @@ -8,13 +7,16 @@ graft:
block: {{graft.block}}
{{/if}}
{{#if graft_pruned}}
specVersion: 1.0.0
features:
- grafting
graft:
base: {{graft_pruned.base}}
block: {{graft_pruned.block}}
indexerHints:
prune: {{graft_pruned.prune}}
{{else}}
specVersion: 0.0.2
{{/if}}
repository: https://github.com/balancer-labs/balancer-subgraph-v2
schema:
Expand Down

0 comments on commit 6798099

Please sign in to comment.