diff --git a/v1/orchestrators/guides/configure-reward-calling.mdx b/v1/orchestrators/guides/configure-reward-calling.mdx index 7a807ff1e..812d3f2a8 100644 --- a/v1/orchestrators/guides/configure-reward-calling.mdx +++ b/v1/orchestrators/guides/configure-reward-calling.mdx @@ -55,8 +55,10 @@ 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 a live gas tracker such as + [Etherscan's gas tracker](https://etherscan.io/gastracker). To compare how + accurately different gas oracles predict fees, see the open-source + [OpenChainBench gas estimation benchmark](https://openchainbench.com/benchmarks/gas-estimation). - The ETH transaction cost will be the gas cost multiplied by the gas price.