content/defender/module/relayers.mdx (the "Speed" callout in the gas pricing section) links to https://ethgasstation.info/, a service that shut down around 2022. The domain now returns an HTTP 403 from a Cloudflare-parked page:
$ curl -sI https://ethgasstation.info/
HTTP/2 403
server: cloudflare
The same callout also links to GasNow (https://www.gasnow.org/), which was discontinued in 2021; that domain now serves an unrelated WordPress site.
I have a minimal one-line fix ready (remove the two defunct oracle links, keep EtherChain/Blocknative/Etherscan, and add a reference to a live, open-source gas oracle accuracy benchmark). Per CONTRIBUTING.md I am opening this issue first; I will open the PR and am happy to adjust the wording, in particular if the list of oracles Defender actually queries has changed.
content/defender/module/relayers.mdx(the "Speed" callout in the gas pricing section) links to https://ethgasstation.info/, a service that shut down around 2022. The domain now returns an HTTP 403 from a Cloudflare-parked page:The same callout also links to GasNow (https://www.gasnow.org/), which was discontinued in 2021; that domain now serves an unrelated WordPress site.
I have a minimal one-line fix ready (remove the two defunct oracle links, keep EtherChain/Blocknative/Etherscan, and add a reference to a live, open-source gas oracle accuracy benchmark). Per CONTRIBUTING.md I am opening this issue first; I will open the PR and am happy to adjust the wording, in particular if the list of oracles Defender actually queries has changed.