File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import (
1818)
1919
2020// DefaultMaxBlobSize is the default max blob size
21- const DefaultMaxBlobSize uint64 = 64 * 64 * 481 // 1970176
21+ const DefaultMaxBlobSize uint64 = 2 * 1024 * 1024 // 2MB
2222
2323// LocalDA is a simple implementation of in-memory DA. Not production ready! Intended only for testing!
2424//
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ const (
3030
3131 testMaxBlobSize = 100
3232
33- DefaultMaxBlobSize = 1.5 * 1024 * 1024 // 1.5MB
33+ DefaultMaxBlobSize = 2 * 1024 * 1024 // 2MB
3434)
3535
3636// testNamespace is a 15-byte namespace that will be hex encoded to 30 chars and truncated to 29
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ import (
2626 "github.com/evstack/ev-node/pkg/signer/file"
2727)
2828
29- const DefaultMaxBlobSize = 1.5 * 1024 * 1024 // 1.5MB
29+ const DefaultMaxBlobSize = 2 * 1024 * 1024 // 2MB
3030
3131// ParseConfig is an helpers that loads the node configuration and validates it.
3232func ParseConfig (cmd * cobra.Command ) (rollconf.Config , error ) {
You can’t perform that action at this time.
0 commit comments