Skip to content

Commit

Permalink
update genesis file for cometbft chart
Browse files Browse the repository at this point in the history
  • Loading branch information
noot committed May 9, 2024
1 parent 1d069d2 commit f8bbed5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions charts/sequencer/files/cometbft/config/genesis.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@
],
"authority_sudo_address": "{{ .Values.config.sequencer.authoritySudoAddress }}",
"native_asset_base_denomination": "{{ .Values.config.sequencer.nativeAssetBaseDenomination }}",
"fees": {
"transfer_base_fee": 12,
"sequence_base_fee": 32,
"sequence_byte_cost_multiplier": 1,
"init_bridge_account_base_fee": 48,
"bridge_lock_byte_cost_multiplier": 1,
"ics20_withdrawal_base_fee": 24
},
"allowed_fee_assets": [
{{- range $index, $value := .Values.config.sequencer.allowedFeeAssets }}
{{- if $index }},{{- end }}
Expand Down

0 comments on commit f8bbed5

Please sign in to comment.