Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support EIP-1559 on all custom chains #621

Merged
merged 1 commit into from
Nov 16, 2021

Conversation

mholtzman
Copy link
Collaborator

@mholtzman mholtzman commented Oct 29, 2021

Previously this check was falling back to the known configuration in the ethereumjs/common library, which didn't exist for certain custom chains. This fixes EIP-1559 for any chain that doesn't ship with a common configuration, including but not limited to Arbitrum, Optimism, Avalanche and xDai.

@mholtzman mholtzman requested a review from floating October 29, 2021 12:06
Copy link

@DrewMcArthur DrewMcArthur left a comment

Choose a reason for hiding this comment

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

on my phone and haven't left github reviews before, but looks like you have a typo when you call gteHardfork

@mholtzman
Copy link
Collaborator Author

on my phone and haven't left github reviews before, but looks like you have a typo when you call gteHardfork

I thought that too when I first looked at the API but it actually stands for "greater than or equal to hardfork"

@DrewMcArthur
Copy link

DrewMcArthur commented Nov 15, 2021 via email

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