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 3bca492 commit 4ed6d58Copy full SHA for 4ed6d58
rollup/internal/config/relayer.go
@@ -50,8 +50,7 @@ type BatchSubmission struct {
50
BacklogMax int64 `json:"backlog_max"`
51
// BlobFeeTolerance is the absolute tolerance (in wei) added to the target blob fee.
52
// If the current fee is below target + tolerance, we proceed with submission.
53
- // This prevents skipping submission when the price difference is negligible (e.g., 1 wei).
54
- // Recommended value: 10 gwei (10000000000 wei).
+ // This prevents skipping submission when the price difference is negligible.
55
BlobFeeTolerance uint64 `json:"blob_fee_tolerance"`
56
}
57
0 commit comments