diff --git a/aggsender/types/certificate_build_params.go b/aggsender/types/certificate_build_params.go index 9fb09aba..1ffd7563 100644 --- a/aggsender/types/certificate_build_params.go +++ b/aggsender/types/certificate_build_params.go @@ -7,8 +7,8 @@ import ( ) const ( - EstimatedSizeBridgeExit = 250 - EstimatedSizeClaim = 44000 + EstimatedSizeBridgeExit = 230 + EstimatedSizeClaim = 8000 byteArrayJSONSizeFactor = 1.5 )