Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update help descriptions for {min,max}GasPrice #206

Closed
wants to merge 1 commit into from
Closed
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
4 changes: 2 additions & 2 deletions docs/video-miners/reference/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@ maxTxReplacements: Number of times to automatically replace pending transactions

gasLimit: Gas limit for ETH transaction. Default `0`

minGasPrice: Minimum gas price (priority fee + base fee) for ETH transactions in wei, 10 Gwei = 10000000000. If not set, this will be the network's default min gas fee.
minGasPrice: Minimum gas price (priority fee + base fee) for Arbitrum-ETH transactions in ArbGas

maxGasPrice: Maximum gas price (priority fee + base fee) for ETH transactions in wei, 40 Gwei = 40000000000. Default `0`
maxGasPrice: Maximum gas price (priority fee + base fee) for Arbitrum-ETH transactions in ArbGas

ethController: Protocol smart contract address. No default

Expand Down