Skip to content

Commit 6c40e67

Browse files
committed
chore: change ethereum scraper reorg period
1 parent aba2261 commit 6c40e67

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

rust/main/helm/hyperlane-agent/templates/scraper-statefulset.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ spec:
5858
name: {{ include "agent-common.fullname" . }}-scraper3-secret
5959
env:
6060
{{- include "agent-common.config-env-vars" (dict "config" .Values.hyperlane.scraper.config) | nindent 8 }}
61+
- name: HYP_CHAINS_ETHEREUM_BLOCKS_REORGPERIOD
62+
value: "1"
6163
resources:
6264
{{- toYaml .Values.hyperlane.scraper.resources | nindent 10 }}
6365
ports:

0 commit comments

Comments
 (0)