From 198e5c25e66d71e9730bed44b7cb5d1c0e2353bf Mon Sep 17 00:00:00 2001 From: Phil Windle Date: Mon, 29 Sep 2025 12:49:56 +0000 Subject: [PATCH] More staging public config --- spartan/environments/staging-ignition.env | 2 +- yarn-project/ethereum/src/config.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/spartan/environments/staging-ignition.env b/spartan/environments/staging-ignition.env index 90dab3a2994c..e575e9de6fee 100644 --- a/spartan/environments/staging-ignition.env +++ b/spartan/environments/staging-ignition.env @@ -1,7 +1,7 @@ CREATE_ETH_DEVNET=false GCP_REGION=us-west1-a CLUSTER=aztec-gke-private -SALT=1175732592 +SALT=1175732593 NAMESPACE=staging-ignition TRANSACTIONS_DISABLED=true TEST_ACCOUNTS=false diff --git a/yarn-project/ethereum/src/config.ts b/yarn-project/ethereum/src/config.ts index 3f244d0f0aa5..d0b76f8a8dca 100644 --- a/yarn-project/ethereum/src/config.ts +++ b/yarn-project/ethereum/src/config.ts @@ -258,8 +258,8 @@ const TestnetEntryQueueConfig = { }; const StagingIgnitionEntryQueueConfig = { - bootstrapValidatorSetSize: 24n, - bootstrapFlushSize: 24n, + bootstrapValidatorSetSize: 48n, + bootstrapFlushSize: 48n, normalFlushSizeMin: 1n, normalFlushSizeQuotient: 2048n, maxQueueFlushSize: 24n,