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

maxPriorityFeePerGas on Polygon should be 30 gwei by default (not 1.5 as on Ethereum) #373

Open
Macket opened this issue Feb 7, 2023 · 0 comments

Comments

@Macket
Copy link

Macket commented Feb 7, 2023

To make it working now I do the following:

const { parseUnits } = require("@ethersproject/units");

...

const result = await erc20Token.withdrawStart(50, {maxPriorityFeePerGas: parseUnits("30", "gwei").toString()});
@Macket Macket changed the title maxPriorityFeePerGas on Polygon should be 30 gwei (not 1.5 as on Ethereum) maxPriorityFeePerGas on Polygon should be 30 gwei by default (not 1.5 as on Ethereum) Feb 7, 2023
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

No branches or pull requests

1 participant