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

Fix typo on maxPriorityFeePerGas key override #3793

Closed
wants to merge 1 commit into from

Conversation

enzoferey
Copy link

This causes maxPriorityFeePerGas overrides to never propagate into the transaction when populating it, and for example on Polygon it leads towards the well known issue as you are passing both maxFeePerGas and maxPriorityFeePerGas but the second one disappears.

@ricmoo ricmoo added bug Verified to be an issue. on-deck This Enhancement or Bug is currently being worked on. v6 Issues regarding v6 labels Feb 16, 2023
@ricmoo
Copy link
Member

ricmoo commented Feb 16, 2023

Thanks! I’ll get to this asap.

@ricmoo
Copy link
Member

ricmoo commented Feb 19, 2023

Fixed in v6.0.5.

Thanks! :)

@ricmoo ricmoo closed this Feb 19, 2023
@enzoferey enzoferey deleted the patch-1 branch February 19, 2023 13:49
@enzoferey
Copy link
Author

Awesome ! Cheers 👍🏻

@ricmoo ricmoo added fixed/complete This Bug is fixed or Enhancement is complete and published. and removed on-deck This Enhancement or Bug is currently being worked on. labels Feb 23, 2023
Woodpile37 pushed a commit to Woodpile37/ethers.js that referenced this pull request Jan 14, 2024
Woodpile37 pushed a commit to Woodpile37/ethers.js that referenced this pull request Jan 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Verified to be an issue. fixed/complete This Bug is fixed or Enhancement is complete and published. v6 Issues regarding v6
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants