Skip to content

Commit

Permalink
Merge pull request #581 from balancer/remove-indexer-hints
Browse files Browse the repository at this point in the history
remove indexer hints
  • Loading branch information
mendesfabio authored Apr 3, 2024
2 parents ac6387d + 2116193 commit 0342aac
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/graph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
graph_access_token: ${{secrets.GRAPH_ACCESS_TOKEN}}
graph_subgraph_name: "balancer-polygon-prune-v2"
graph_account: "balancer-labs"
graph_config_file: "subgraph.polygon.yaml"
graph_config_file: "subgraph.polygon.pruned.yaml"
deploy-arbitrum:
runs-on: ubuntu-latest
environment: graph
Expand Down
3 changes: 0 additions & 3 deletions manifest.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,11 @@ 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}}
Expand Down
2 changes: 0 additions & 2 deletions networks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,6 @@ polygon:
block: 54559455
# this will be the base of the pruned deployment, so it is ok if it is a pruned subgraph
base: QmfFmtcLKRugnPe8HFmmvdtUgM6gvUSSsFXGeCTX6sH4Zg
# number of blocks retained for time travel queries - must keep at least 24h of blocks
prune: 100000
EventEmitter:
address: "0xcdcECFa416EE3022030E707dC3EA13a8997D74c8"
startBlock: 38152461
Expand Down

0 comments on commit 0342aac

Please sign in to comment.