Skip to content

improve(gasPriceOracle): Default to EIP-1559#1326

Merged
bmzig merged 10 commits intomasterfrom
pxrl/gas1559
Mar 9, 2026
Merged

improve(gasPriceOracle): Default to EIP-1559#1326
bmzig merged 10 commits intomasterfrom
pxrl/gas1559

Conversation

@pxrl
Copy link
Copy Markdown
Collaborator

@pxrl pxrl commented Jan 20, 2026

Most new chains support 1559 and eth_maxPriorityFeePerGas, so set it as
the default and override for exceptions. This reduces maginal work on
adding new chains.

In terms of the impact on existing chains:

  • zkSync still does not support eth_maxGasPerPriorityFee.
  • Lens does support it and returns 0x0 in testing.
  • Scroll is supports it and returns a non-zero fee.

While here, apply some other minor cleanup.

pxrl added 6 commits January 20, 2026 10:05
Most new chains support 1559 and eth_maxGasPerPriorityFee, so set it as
the default and override for exceptions. zkSync still does not support
eth_maxGasPerPriorityFee, but Lens notably returns 0x0.

This reduces maginal work on adding new chains.
@bmzig bmzig merged commit 24844fc into master Mar 9, 2026
4 checks passed
@bmzig bmzig deleted the pxrl/gas1559 branch March 9, 2026 17:16
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.

3 participants