Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/defender/module/relayers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<Callout>
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).
</Callout>

### Fixed Gas Pricing
Expand Down