Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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/environments/staging-ignition.env
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions yarn-project/ethereum/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,8 @@ const TestnetEntryQueueConfig = {
};

const StagingIgnitionEntryQueueConfig = {
bootstrapValidatorSetSize: 24n,
bootstrapFlushSize: 24n,
bootstrapValidatorSetSize: 48n,
bootstrapFlushSize: 48n,
normalFlushSizeMin: 1n,
normalFlushSizeQuotient: 2048n,
maxQueueFlushSize: 24n,
Expand Down
Loading