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
6 changes: 4 additions & 2 deletions v1/orchestrators/guides/configure-reward-calling.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down