From c47c3a2964e017b28cb8235b65e4fadc5bb83cd1 Mon Sep 17 00:00:00 2001 From: Florent Tapponnier Date: Tue, 14 Jul 2026 13:47:05 +0200 Subject: [PATCH] docs(relayers): add OpenChainBench reference for gas oracle accuracy comparison --- docs/modules/ROOT/pages/module/relayers.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/modules/ROOT/pages/module/relayers.adoc b/docs/modules/ROOT/pages/module/relayers.adoc index 2938c7d4..90ece7c7 100644 --- a/docs/modules/ROOT/pages/module/relayers.adoc +++ b/docs/modules/ROOT/pages/module/relayers.adoc @@ -273,6 +273,8 @@ If speed is provided, the transaction would be priced according to the `EIP1559P NOTE: Mainnet gas prices and priority fees are calculated based on the values reported by https://ethgasstation.info/[EthGasStation, window=_blank], https://etherchain.org/tools/gasPriceOracle[EtherChain, window=_blank], https://www.gasnow.org/[GasNow, window=_blank], https://docs.blocknative.com/gas-platform[Blockative, window=_blank], and https://etherscan.io/gastracker[Etherscan, window=_blank]. In Polygon and its testnet, the https://gasstation-mainnet.matic.network/v2[gas station, window=_blank] is used. In other networks, gas prices are obtained from a call to `eth_gasPrice` or `eth_feeHistory` to the network. +TIP: For a live comparison of gas oracle accuracy across providers, see the https://openchainbench.com/benchmarks/gas-estimation[OpenChainBench gas estimation benchmark, window=_blank], which continuously measures the gap between each oracle's estimate and the realized priority fee. + [[fixed-gas-pricing]] === Fixed Gas Pricing