-
Notifications
You must be signed in to change notification settings - Fork 8
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
Question on error when running on polygon #23
Comments
Hey mate, I believe this only work on the eth chain as it using EIP-1559 and the basefee math |
Good point, I believe polygon is also on EIP-1559 now so I was hoping it would have worked all the same. |
Any workarounds? We have the same issue. |
Hi, I took a look to see if there was a quick win in this regard, but there are some barriers to using this for polygon. We currently don't have capacity to exhaustively test these changes since there is significant data analysis that needs to be done on retroactive data: Immediate issues that would need to be fixed:
|
Hey, any update on this? Why is there a hard-coded limit of 5 gwei? const provider = new providers.JsonRpcProvider("https://rpc.ankr.com/gnosis");
await suggestMaxPriorityFee(provider, "28704700"); |
This is a great lib! I was wondering if this utility supports polygon mainnet?
When I import this library and use it to get suggestions for tx on polygon (as a provider) an error is throw with
An example implementation
even stranger is that it works on the mumbai test net. Any clarity or support would be appreciated. Thank you
The text was updated successfully, but these errors were encountered: