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 266a4b3
Showing 1 changed file with 3 additions and 3 deletions.
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 266a4b3

Please sign in to comment.