From 266a4b3649248738a040966ce8a5c4a9a479ab1e Mon Sep 17 00:00:00 2001 From: mendesfabio Date: Tue, 27 Aug 2024 10:29:25 -0300 Subject: [PATCH] trigger deployment --- subgraphs/vault/template.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/subgraphs/vault/template.yaml b/subgraphs/vault/template.yaml index 470cd4c..45011fe 100644 --- a/subgraphs/vault/template.yaml +++ b/subgraphs/vault/template.yaml @@ -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 @@ -42,7 +42,7 @@ dataSources: templates: - kind: ethereum/contract name: BPT - network: { { network } } + network: {{ network }} source: abi: BPT mapping: