Skip to content

Commit

Permalink
ci: set proverBatchSize per chain (#4375)
Browse files Browse the repository at this point in the history
  • Loading branch information
wanglonghong authored and rhlsthrm committed Jun 5, 2023
1 parent 1551df6 commit c5f7a6c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion ops/mainnet/prod/core/config.tf
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,14 @@ locals {
sendOutboundRoot = "https://betteruptime.com/api/v1/heartbeat/${var.lighthouse_send_outbound_root_heartbeat}"
}
hubDomain = "6648936"
proverBatchSize = {}
proverBatchSize = {
"6648936" = 10,
"1869640809" = 10,
"1886350457" = 10,
"1634886255" = 10,
"6450786" = 10,
"6778479" = 10
}
})

local_relayer_config = jsonencode({
Expand Down

0 comments on commit c5f7a6c

Please sign in to comment.