Skip to content

Commit

Permalink
fix spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudBger committed Oct 30, 2024
1 parent 5a72468 commit 3a3855c
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions evm-events-calls/templates/substreams.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ modules:
updatePolicy: set
valueType: proto:dynamic_datasource
blockFilter:
module: ethcommon:index_events
query:
string: evt_addr:{{ $ddsContract.ParentContract.Address }}
module: ethcommon:index_events
query:
string: evt_addr:{{ $ddsContract.ParentContract.Address }}
inputs:
- source: sf.ethereum.type.v2.Block
{{- end}}
Expand All @@ -41,10 +41,10 @@ modules:
initialBlock: {{ .MustLowestStartBlock }}
{{- if .ApplyEventsBlockFilter }}
blockFilter:
module: ethcommon:index_events
{{- $eventQuery := .GenerateEventsBlockFilterQuery }}
query:
string: {{ $eventQuery }}
module: ethcommon:index_events
{{- $eventQuery := .GenerateEventsBlockFilterQuery }}
query:
string: {{ $eventQuery }}
{{- end }}
inputs:
- source: sf.ethereum.type.v2.Block
Expand All @@ -62,10 +62,10 @@ modules:
initialBlock: {{ .MustLowestStartBlock }}
{{- if .ApplyCallsBlockFilter }}
blockFilter:
module: ethcommon:index_calls
{{- $callQuery := .GenerateCallsBlockFilterQuery }}
query:
string: {{ $callQuery }}
module: ethcommon:index_calls
{{- $callQuery := .GenerateCallsBlockFilterQuery }}
query:
string: {{ $callQuery }}
{{- end }}
inputs:
- source: sf.ethereum.type.v2.Block
Expand Down

0 comments on commit 3a3855c

Please sign in to comment.