From 45af4a844db561f50a9ef567ee04701b4424fb40 Mon Sep 17 00:00:00 2001 From: "github-merge-queue[bot]" Date: Wed, 22 May 2024 15:12:19 +0000 Subject: [PATCH] Update from https://github.com/astriaorg/astria/commit/3921313173b7ba7df6ca4c26ff2d290651621bfe --- charts/evm-rollup/Chart.yaml | 2 +- charts/evm-rollup/files/genesis/geth-genesis.json | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/charts/evm-rollup/Chart.yaml b/charts/evm-rollup/Chart.yaml index 456853a..8849f55 100644 --- a/charts/evm-rollup/Chart.yaml +++ b/charts/evm-rollup/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.17.0 +version: 0.17.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/evm-rollup/files/genesis/geth-genesis.json b/charts/evm-rollup/files/genesis/geth-genesis.json index 37f6508..0546c6e 100644 --- a/charts/evm-rollup/files/genesis/geth-genesis.json +++ b/charts/evm-rollup/files/genesis/geth-genesis.json @@ -26,6 +26,9 @@ "terminalTotalDifficulty": 0, "terminalTotalDifficultyPassed": true, "ethash": {}, + {{- range $key, $value := .Values.config.rollup.genesis.extra }} + "{{ $key }}": {{ toPrettyJson $value | indent 8 | trim }}, + {{- end }} {{- if .Values.config.rollup.genesis.extraDataOverride }} "astriaExtraDataOverride": "{{ .Values.config.rollup.genesis.extraDataOverride }}", {{- end }}