Skip to content

Commit

Permalink
fix: hotfix to increase safe roots max
Browse files Browse the repository at this point in the history
  • Loading branch information
preethamr committed Oct 4, 2024
1 parent 7d82a8e commit 46a90aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ops/mainnet/prod/core/config.tf
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ locals {
server = {
adminToken = var.admin_token_lighthouse_prover_subscriber
}
maxSafeRoots = 9
maxSafeRoots = 12
})

local_relayer_config = jsonencode({
Expand Down

0 comments on commit 46a90aa

Please sign in to comment.