Skip to content

Conversation

@ZakAyesh
Copy link
Collaborator

@ZakAyesh ZakAyesh commented Nov 4, 2025

Description

#1710
#1742

Copy link
Contributor

@geoknee geoknee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some tweaks needed.

Generally it would be better to put something under "features", because as-is we are only really helping out fresh chains which can set values at genesis. We are missing instructions for existing chains to modify / configure the feature at "runtime".

Best thing would be to put most material in "features" and then link to there from rollup deploy config.

Comment on lines 550 to 562
#### minBaseFee

Allows chain operators to specify a minimum base fee to help shorten the length of priority fee auctions.
The `minBaseFee` is an absolute minimum expressed in wei.
0 disables the `minBaseFee` entirely (disabled by default).

* **Type:** Number
* **Default value:** 0
* **Recommended value:** 100000 wei
* **Notes:** Setting the minimum too high may make transactions harder to get included for users. [See the specs for more detail](https://specs.optimism.io/protocol/jovian/exec-engine.html#minimum-base-fee).
* **Standard Config Requirement:** none
***

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems good!

@ZakAyesh
Copy link
Collaborator Author

ZakAyesh commented Nov 5, 2025

@geoknee I updated the stand config value requirement for minBaseFee. As for creating the more detailed feature docs for these I agree but I think it would be best to do those as seperate PR's. Wdyt?

@ZakAyesh ZakAyesh merged commit 81633d6 into mintlify Nov 5, 2025
7 checks passed
@ZakAyesh ZakAyesh deleted the dafootprint-minbasefee branch November 5, 2025 19:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[DA Footprint Limit] Documentation [DOCS] Begin documenting MinBaseFee feature

3 participants