diff --git a/charts/evm-rollup/Chart.yaml b/charts/evm-rollup/Chart.yaml index c74d689191..55247a0a79 100644 --- a/charts/evm-rollup/Chart.yaml +++ b/charts/evm-rollup/Chart.yaml @@ -15,13 +15,13 @@ 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.21.0 +version: 0.22.0 # 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 # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.12.0" +appVersion: "0.13.0" dependencies: - name: celestia-node diff --git a/charts/evm-rollup/files/genesis/geth-genesis.json b/charts/evm-rollup/files/genesis/geth-genesis.json index 75952642a8..ddb5c8b70b 100644 --- a/charts/evm-rollup/files/genesis/geth-genesis.json +++ b/charts/evm-rollup/files/genesis/geth-genesis.json @@ -41,7 +41,7 @@ "astriaFeeCollectors": {{ toPrettyJson .Values.config.rollup.genesis.feeCollectors | indent 8 | trim }}, "astriaEIP1559Params": {{ toPrettyJson .Values.config.rollup.genesis.eip1559Params | indent 8 | trim }}, "astriaBridgeSenderAddress": "{{ .Values.config.rollup.genesis.bridgeSenderAddress }}", - "astriaSequencerHrpPrefix": "{{ .Values.config.sequencer.addressPrefixes.base }}" + "astriaSequencerAddressPrefix": "{{ .Values.config.sequencer.addressPrefixes.base }}" {{- if not .Values.global.dev }} {{- else }} {{- end }} diff --git a/charts/evm-rollup/values.yaml b/charts/evm-rollup/values.yaml index a3b9bf13f5..d0e7a7624d 100644 --- a/charts/evm-rollup/values.yaml +++ b/charts/evm-rollup/values.yaml @@ -9,7 +9,7 @@ global: images: geth: repo: ghcr.io/astriaorg/astria-geth - tag: 0.12.0 + tag: 0.13.0 devTag: latest conductor: repo: ghcr.io/astriaorg/conductor