Skip to content

Commit

Permalink
maybe fix genesis
Browse files Browse the repository at this point in the history
  • Loading branch information
noot committed Nov 5, 2024
1 parent 466e458 commit cdcbaec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/sequencer/files/cometbft/config/genesis.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,11 +161,11 @@
{{- if not .Values.global.dev }}
"abci": {
"vote_extensions_enable_height": "0"
},
}
{{- else }}
"abci": {
"vote_extensions_enable_height": "1"
},
}
{{- end}}
},
"genesis_time": "{{ .Values.genesis.genesisTime }}",
Expand Down

0 comments on commit cdcbaec

Please sign in to comment.