From 23ef78b92d99249d62dbb898cbbc25ca10ee4b83 Mon Sep 17 00:00:00 2001 From: Florent Tapponnier Date: Sat, 4 Jul 2026 15:47:30 +0200 Subject: [PATCH] docs: replace dead ethgasstation.info link --- content/defender/module/relayers.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/defender/module/relayers.mdx b/content/defender/module/relayers.mdx index 6f12d83e..246ded14 100644 --- a/content/defender/module/relayers.mdx +++ b/content/defender/module/relayers.mdx @@ -263,7 +263,7 @@ Instead of the usual `gasPrice` or `maxFeePerGas`/`maxPriorityFeePerGas`, the Re If speed is provided, the transaction would be priced according to the `EIP1559Pricing` Relayer policy. -Mainnet gas prices and priority fees are calculated based on the values reported by [EthGasStation](https://ethgasstation.info/), [EtherChain](https://etherchain.org/tools/gasPriceOracle), [GasNow](https://www.gasnow.org/), [Blockative](https://docs.blocknative.com/gas-platform), and [Etherscan](https://etherscan.io/gastracker). In Polygon and its testnet, the [gas station](https://gasstation-mainnet.matic.network/v2) is used. In other networks, gas prices are obtained from a call to `eth_gasPrice` or `eth_feeHistory` to the network. +Mainnet gas prices and priority fees are calculated based on the values reported by [EtherChain](https://etherchain.org/tools/gasPriceOracle), [Blockative](https://docs.blocknative.com/gas-platform), and [Etherscan](https://etherscan.io/gastracker). In Polygon and its testnet, the [gas station](https://gasstation-mainnet.matic.network/v2) is used. In other networks, gas prices are obtained from a call to `eth_gasPrice` or `eth_feeHistory` to the network. For an independent, open-source comparison of gas oracle accuracy, see the [OpenChainBench gas estimation benchmark](https://openchainbench.com/benchmarks/gas-estimation). ### Fixed Gas Pricing