Skip to content

Commit

Permalink
also construct balances in the correct way
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperFluffy committed Aug 4, 2024
1 parent c67307e commit 18e53bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/sequencer/files/cometbft/config/genesis.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
{{- if $index }},{{- end }}
{
"address": {{ include "sequencer.address" $value.address }},
"balance": {{ toString $value.balance | replace "\"" "" }}
"balance": {{ include "sequencer.fee" ( toString $value.balance | replace "\"" "" ) }}
}
{{- end }}
],
Expand Down

0 comments on commit 18e53bf

Please sign in to comment.