Skip to content

Commit

Permalink
deprecate L2Suggested
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanTinianov committed Oct 31, 2023
1 parent 0144a76 commit dd30b44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/config/docs/chains-evm.toml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ Enabled = true # Default
#
# - `FixedPrice` uses static configured values for gas price (can be set via API call).
# - `BlockHistory` dynamically adjusts default gas price based on heuristics from mined blocks.
# - `L2Suggested` mode is deprecated and replaced with `SuggestedPrice`.
# - `SuggestedPrice` is a mode which uses the gas price suggested by the rpc endpoint via `eth_gasPrice`.
# - `Arbitrum` is a special mode only for use with Arbitrum blockchains. It uses the suggested gas price (up to `ETH_MAX_GAS_PRICE_WEI`, with `1000 gwei` default) as well as an estimated gas limit (up to `ETH_GAS_LIMIT_MAX`, with `1,000,000,000` default).
#
Expand Down

0 comments on commit dd30b44

Please sign in to comment.