Skip to content

Commit

Permalink
deploy polygon subgraphs as pruned versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mendesfabio committed Apr 3, 2024
1 parent d9c579b commit 5762685
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/graph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Install
run: yarn --frozen-lockfile
- name: Assets
run: yarn generate-assets polygon
run: yarn generate-assets polygon-prune
- name: Codegen
run: yarn codegen
- name: Build
Expand All @@ -73,7 +73,7 @@ jobs:
graph_access_token: ${{secrets.GRAPH_ACCESS_TOKEN}}
graph_subgraph_name: "balancer-polygon-v2"
graph_account: "balancer-labs"
graph_config_file: "subgraph.polygon.yaml"
graph_config_file: "subgraph.polygon.pruned.yaml"
deploy-polygon-pruned:
runs-on: ubuntu-latest
environment: graph
Expand Down

0 comments on commit 5762685

Please sign in to comment.