Skip to content

Commit

Permalink
feat: expose BOT_FEE_PAYMENT_METHOD
Browse files Browse the repository at this point in the history
  • Loading branch information
alexghr committed Dec 9, 2024
1 parent 11b29c0 commit 692ecc0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spartan/aztec-network/templates/transaction-bot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ spec:
value: "{{ .Values.bot.followChain }}"
- name: BOT_NO_START
value: "{{ .Values.bot.botNoStart }}"
- name: BOT_FEE_PAYMENT_METHOD
value: "{{ .Values.bot.feePaymentMethod }}"
- name: PXE_PROVER_ENABLED
value: "{{ .Values.aztec.realProofs }}"
- name: PROVER_REAL_PROOFS
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 @@ -164,6 +164,7 @@ bot:
# Do not wait for transactions
followChain: "NONE"
botNoStart: false
feePaymentMethod: "none"
maxErrors: 3
stopIfUnhealthy: true
service:
Expand Down
1 change: 1 addition & 0 deletions spartan/aztec-network/values/release-devnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ proverAgent:

bot:
followChain: "PENDING"
feePaymentMethod: "fee_juice"
enabled: true
txIntervalSeconds: 200

Expand Down

0 comments on commit 692ecc0

Please sign in to comment.