Skip to content

Commit

Permalink
fix: change estimated certificate size
Browse files Browse the repository at this point in the history
  • Loading branch information
goran-ethernal committed Dec 6, 2024
1 parent aece5f8 commit 28fa26e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aggsender/types/certificate_build_params.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import (
)

const (
EstimatedSizeBridgeExit = 250
EstimatedSizeClaim = 44000
EstimatedSizeBridgeExit = 230
EstimatedSizeClaim = 8000
byteArrayJSONSizeFactor = 1.5
)

Expand Down

0 comments on commit 28fa26e

Please sign in to comment.