Skip to content

Commit

Permalink
fix: propose with just one valid root
Browse files Browse the repository at this point in the history
  • Loading branch information
preethamr committed Oct 6, 2024
1 parent 46a90aa commit 2ba6737
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 = 12
maxSafeRoots = 13
})

local_relayer_config = jsonencode({
Expand Down

0 comments on commit 2ba6737

Please sign in to comment.