Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(spartan): each tx bot replica gets its own l1 private key #12219

Merged
merged 5 commits into from
Feb 24, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion spartan/aztec-network/templates/transaction-bot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ spec:
- name: LOG_LEVEL
value: "{{ .Values.bot.logLevel }}"
- name: BOT_L1_MNEMONIC
value: "{{ .Values.bot.l1Mnemonic }}"
value: "{{ .Values.aztec.l1DeploymentMnemonic }}"
- name: BOT_PRIVATE_KEY
value: "{{ .Values.bot.botPrivateKey }}"
- name: BOT_TX_INTERVAL_SECONDS
Expand Down
1 change: 0 additions & 1 deletion spartan/aztec-network/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ bot:
logLevel: "debug; info: aztec:simulator, json-rpc"
replicas: 1
botPrivateKey: "0xcafe"
l1Mnemonic: "test test test test test test test test test test test junk"
txIntervalSeconds: 24
privateTransfersPerTx: 0
publicTransfersPerTx: 1
Expand Down
Loading