Skip to content

Commit

Permalink
trigger deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
mendesfabio committed Aug 27, 2024
1 parent 2fc90cc commit 6ea6eae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/graph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 7
version: 8
- name: Install dependencies
run: pnpm install
- name: Generate manifests
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 7
version: 8
- name: Install dependencies
run: pnpm install
- name: Generate manifests
Expand All @@ -68,4 +68,4 @@ jobs:
graph_subgraph_name: "balancer-v3-sepolia-7th"
graph_account: "mendesfabio"
graph_config_file: "subgraph.sepolia.yaml"
graph_deploy_studio: true
graph_deploy_studio: true
6 changes: 3 additions & 3 deletions subgraphs/vault/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ schema:
dataSources:
- kind: ethereum
name: Vault
network: { { network } }
network: {{ network }}
source:
abi: Vault
address: "{{ Vault.address }}"
startBlock: { { Vault.startBlock } }
startBlock: {{ Vault.startBlock }}
mapping:
kind: ethereum/events
apiVersion: 0.0.7
Expand Down Expand Up @@ -42,7 +42,7 @@ dataSources:
templates:
- kind: ethereum/contract
name: BPT
network: { { network } }
network: {{ network }}
source:
abi: BPT
mapping:
Expand Down

0 comments on commit 6ea6eae

Please sign in to comment.