Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
github-merge-queue[bot] committed Sep 5, 2024
1 parent da89777 commit 0a1cd2e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/sequencer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
3 changes: 2 additions & 1 deletion charts/sequencer/files/cometbft/config/genesis.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
1 change: 1 addition & 0 deletions charts/sequencer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ genesis:
genesisTime: "" # '2023-09-22T17:22:35.092832Z'
addressPrefixes:
base: "astria"
ibcCompat: "astriacompat"
authoritySudoAddress: ""
nativeAssetBaseDenomination: nria
allowedFeeAssets: []
Expand Down

0 comments on commit 0a1cd2e

Please sign in to comment.