We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f3212b commit bd52066Copy full SHA for bd52066
block/internal/submitting/da_submitter.go
@@ -25,7 +25,7 @@ const (
25
initialBackoff = 100 * time.Millisecond
26
defaultGasPrice = 0.0
27
defaultGasMultiplier = 1.0
28
- defaultMaxBlobSize = 2 * 1024 * 1024 // 2MB fallback blob size limit
+ defaultMaxBlobSize = 1.5 * 1024 * 1024 // 1.5MB fallback blob size limit
29
defaultMaxGasPriceClamp = 1000.0
30
defaultMaxGasMultiplierClamp = 3.0 // must always > 0 to avoid division by zero
31
)
0 commit comments