From 0a1cd2e7333bfbe00ef2904bfa353574fd21ea0f Mon Sep 17 00:00:00 2001 From: "github-merge-queue[bot]" Date: Thu, 5 Sep 2024 09:57:11 +0000 Subject: [PATCH] Changes from astriaorg/astria@0ed3c190651e4a2c07ffe304af95ff5756d13e7d --- charts/sequencer/Chart.yaml | 2 +- charts/sequencer/files/cometbft/config/genesis.json | 3 ++- charts/sequencer/values.yaml | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/charts/sequencer/Chart.yaml b/charts/sequencer/Chart.yaml index 99346c5..70e4b04 100644 --- a/charts/sequencer/Chart.yaml +++ b/charts/sequencer/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.22.0 +version: 0.22.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 # follow Semantic Versioning. They should reflect the version the application is using. diff --git a/charts/sequencer/files/cometbft/config/genesis.json b/charts/sequencer/files/cometbft/config/genesis.json index 9e26690..8caf12a 100644 --- a/charts/sequencer/files/cometbft/config/genesis.json +++ b/charts/sequencer/files/cometbft/config/genesis.json @@ -23,7 +23,8 @@ "outbound_ics20_transfers_enabled": {{ .Values.genesis.ibc.outboundEnabled }} }, "address_prefixes": { - "base": "{{ .Values.genesis.addressPrefixes.base }}" + "base": "{{ .Values.genesis.addressPrefixes.base }}", + "ibcCompat": "{{ .Values.genesis.addressPrefixes.ibcCompat }}" }, "accounts": [ {{- range $index, $value := .Values.genesis.genesisAccounts }} diff --git a/charts/sequencer/values.yaml b/charts/sequencer/values.yaml index fab0c8d..89dfb9a 100644 --- a/charts/sequencer/values.yaml +++ b/charts/sequencer/values.yaml @@ -26,6 +26,7 @@ genesis: genesisTime: "" # '2023-09-22T17:22:35.092832Z' addressPrefixes: base: "astria" + ibcCompat: "astriacompat" authoritySudoAddress: "" nativeAssetBaseDenomination: nria allowedFeeAssets: []