Skip to content

Commit

Permalink
feat: expose ENFORCE_FEES in helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
alexghr committed Dec 9, 2024
1 parent f5de7d1 commit 11b29c0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spartan/aztec-network/templates/validator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,8 @@ spec:
value: "{{ .Values.validator.sequencer.maxTxsPerBlock }}"
- name: SEQ_ENFORCE_TIME_TABLE
value: "{{ .Values.validator.sequencer.enforceTimeTable }}"
- name: ENFORCE_FEES
value: "{{ .Values.validator.sequencer.enforceFees }}"
- name: L1_CHAIN_ID
value: "{{ .Values.ethereum.chainId }}"
- name: OTEL_RESOURCE_ATTRIBUTES
Expand Down
1 change: 1 addition & 0 deletions spartan/aztec-network/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ validator:
minTxsPerBlock: 1
maxTxsPerBlock: 4
enforceTimeTable: true
enforceFees: false
validator:
disabled: false
reexecute: true
Expand Down
2 changes: 2 additions & 0 deletions spartan/aztec-network/values/release-devnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ telemetry:

validator:
replicas: 1
sequencer:
enforceFees: true
validatorKeys:
- 0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80
validatorAddresses:
Expand Down

0 comments on commit 11b29c0

Please sign in to comment.