Skip to content

Do not let the sequencer know about the gas price on L1#4

Open
Dmytro-Hladkykh wants to merge 2 commits intomainfrom
feat/fixed-gas-price
Open

Do not let the sequencer know about the gas price on L1#4
Dmytro-Hladkykh wants to merge 2 commits intomainfrom
feat/fixed-gas-price

Conversation

@Dmytro-Hladkykh
Copy link

@Dmytro-Hladkykh Dmytro-Hladkykh commented Jul 1, 2025

Disables the dynamic L2 network gas pricing mechanism and switches to using fixed gas price parameters. The coordinator will no longer update sequencer gas price based on current L1 gas prices and will instead rely on static configuration values. With the changed parameters static gas price will be 1059 Kwei (~0.001059 Gwei).

margin = 4.0
variable-cost-upper-bound = 10000000001 # ~10 GWEI
variable-cost-lower-bound = 90000001 # ~0.09 GWEI
variable-cost-upper-bound = 10000001 # ~10 GWEI
Copy link
Contributor

Choose a reason for hiding this comment

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

10 Gwei?

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.

2 participants