Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove indexer hints #581

Merged
merged 2 commits into from
Apr 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading