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 0753f8869407..e22329570338 100644 --- a/yarn-project/ethereum/src/config.ts +++ b/yarn-project/ethereum/src/config.ts @@ -232,8 +232,8 @@ const TestnetEntryQueueConfig = { }; const StagingIgnitionEntryQueueConfig = { - bootstrapValidatorSetSize: 24n, - bootstrapFlushSize: 24n, + bootstrapValidatorSetSize: 48n, + bootstrapFlushSize: 48n, normalFlushSizeMin: 1n, normalFlushSizeQuotient: 2048n, maxQueueFlushSize: 24n,