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 687dc2d commit a5c5122
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
)

// CertificateBuildParams is a struct that holds the parameters to build a certificate
Expand Down

0 comments on commit a5c5122

Please sign in to comment.