Skip to content

Remove useless polygon gas station #4909

New issue

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

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

Already on GitHub? # to your account

Open
tornadocontrib opened this issue Dec 31, 2024 · 1 comment
Open

Remove useless polygon gas station #4909

tornadocontrib opened this issue Dec 31, 2024 · 1 comment
Assignees
Labels
investigate Under investigation and may be a bug. v6 Issues regarding v6

Comments

@tornadocontrib
Copy link

tornadocontrib commented Dec 31, 2024

I have sent transactions with minimal priority gas ( 30 gwei ) multiple times and it wasn't delayed a single time even when the base gas is over 200 gwei or so on.

The default RPC method for priority gas eth_maxPriorityFeePerGas uses the same eth_feeHistory method as polygon gas station API ( the code was open sourced before, but removed recently ) . so with our without the API it will have the same result so where is the hesitation to remove duplicates?

@tornadocontrib tornadocontrib added investigate Under investigation and may be a bug. v6 Issues regarding v6 labels Dec 31, 2024
vishwamartur added a commit to vishwamartur/ethers.js that referenced this issue Jan 10, 2025
Related to ethers-io#4909

Remove the duplicate Polygon gas station API references.

* Remove references to `polygon-rpc.com` and `rpc-amoy.polygon.technology` in `lib.commonjs/providers/default-provider.js`.
* Remove `publicPolygon` as a supported backend string in `lib.commonjs/providers/default-provider.d.ts`.
* Remove gas station plugin for Polygon networks in `src.ts/providers/network.ts`.
* Remove support for Polygon networks in `src.ts/providers/provider-etherscan.ts`, `lib.commonjs/providers/provider-etherscan.d.ts`, `lib.commonjs/providers/provider-ankr.d.ts`, and `lib.commonjs/providers/provider-chainstack.d.ts`.
@SIDHARTH20K4
Copy link

Hi @tornadocontrib may I work on this issue if no one is working in this?!

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
investigate Under investigation and may be a bug. v6 Issues regarding v6
Projects
None yet
Development

No branches or pull requests

3 participants