From 692ecc0d1064f6ca72711f1f6372824377228316 Mon Sep 17 00:00:00 2001 From: Alex Gherghisan Date: Mon, 9 Dec 2024 09:13:13 +0000 Subject: [PATCH] feat: expose BOT_FEE_PAYMENT_METHOD --- spartan/aztec-network/templates/transaction-bot.yaml | 2 ++ spartan/aztec-network/values.yaml | 1 + spartan/aztec-network/values/release-devnet.yaml | 1 + 3 files changed, 4 insertions(+) diff --git a/spartan/aztec-network/templates/transaction-bot.yaml b/spartan/aztec-network/templates/transaction-bot.yaml index 06c6ce7048b..d895e105ece 100644 --- a/spartan/aztec-network/templates/transaction-bot.yaml +++ b/spartan/aztec-network/templates/transaction-bot.yaml @@ -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 diff --git a/spartan/aztec-network/values.yaml b/spartan/aztec-network/values.yaml index 7963035d689..566485bd2f0 100644 --- a/spartan/aztec-network/values.yaml +++ b/spartan/aztec-network/values.yaml @@ -164,6 +164,7 @@ bot: # Do not wait for transactions followChain: "NONE" botNoStart: false + feePaymentMethod: "none" maxErrors: 3 stopIfUnhealthy: true service: diff --git a/spartan/aztec-network/values/release-devnet.yaml b/spartan/aztec-network/values/release-devnet.yaml index 127fd3b6937..2b319bd69bf 100644 --- a/spartan/aztec-network/values/release-devnet.yaml +++ b/spartan/aztec-network/values/release-devnet.yaml @@ -32,6 +32,7 @@ proverAgent: bot: followChain: "PENDING" + feePaymentMethod: "fee_juice" enabled: true txIntervalSeconds: 200