Skip to content

Commit

Permalink
fix evm restart test heights, add env vars back to non dev configmap
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanoroshiba committed Feb 7, 2025
1 parent f5051d5 commit 782ee12
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions charts/evm-rollup/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ data:
OTEL_EXPORTER_OTLP_TRACE_HEADERS: "{{ tpl .Values.otel.traceHeaders .}}"
OTEL_SERVICE_NAME: "{{ tpl .Values.otel.serviceNamePrefix . }}-conductor"
{{- if not .Values.global.dev }}
ASTRIA_CONDUCTOR_EXPECTED_CELESTIA_CHAIN_ID: "{{ tpl .Values.config.conductor.celestiaChainId . }}"
ASTRIA_CONDUCTOR_EXPECTED_SEQUENCER_CHAIN_ID: "{{ tpl .Values.config.conductor.sequencerChainId . }}"
{{- else }}
{{- end }}
---
Expand Down
6 changes: 3 additions & 3 deletions dev/values/rollup/evm-restart-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,14 @@ evm-rollup:
assetDenom: "nria"
assetPrecision: 9
restart:
height: 18
height: 19
halt: true
sequencer:
addressPrefix: "astria"
startHeight: 20
startHeight: 21
stopHeight: 1000
celestia:
startHeight: 20
startHeight: 21

## These are general configuration values with some recommended defaults

Expand Down

0 comments on commit 782ee12

Please sign in to comment.