From 8647ea85ad107b03c65d5d59342160e42d8036a5 Mon Sep 17 00:00:00 2001 From: Florent Tapponnier Date: Tue, 14 Jul 2026 13:47:03 +0200 Subject: [PATCH] docs: replace dead gas oracle links (ethgasstation, gasnow) with working alternatives --- v1/orchestrators/guides/configure-reward-calling.mdx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/v1/orchestrators/guides/configure-reward-calling.mdx b/v1/orchestrators/guides/configure-reward-calling.mdx index 7a807ff1e..ba13801c6 100644 --- a/v1/orchestrators/guides/configure-reward-calling.mdx +++ b/v1/orchestrators/guides/configure-reward-calling.mdx @@ -55,8 +55,9 @@ Use `livepeer_cli` to manually call reward: have enough ETH in your wallet to execute the transaction. - The gas cost for a reward call is typically 350k-450k. -- Get the required gas price from [ethgasstation](https://ethgasstation.info/) - or [gasnow](https://www.gasnow.org/). +- Get the required gas price from the [Etherscan Gas Tracker](https://etherscan.io/gastracker) + or [Blocknative Gas Estimator](https://www.blocknative.com/gas-estimator). Both `ethgasstation.info` and `gasnow.org` are no longer active. + For a live comparison of gas oracle accuracy across providers, see the [OpenChainBench gas estimation benchmark](https://openchainbench.com/benchmarks/gas-estimation). - The ETH transaction cost will be the gas cost multiplied by the gas price.