Skip to content

Commit

Permalink
core/config/docs: mark EVM.NodePool.Errors ADVANCED (#12936)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmank88 authored Apr 24, 2024
1 parent a1f1407 commit 44bc2e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 @@ -353,6 +353,7 @@ NodeIsSyncingEnabled = false # Default
# Set to 0 to disable.
FinalizedBlockPollInterval = '5s' # Default

# **ADVANCED**
# Errors enable the node to provide custom regex patterns to match against error messages from RPCs.
[EVM.NodePool.Errors]
# NonceTooLow is a regex pattern to match against nonce too low errors.
Expand Down
1 change: 1 addition & 0 deletions docs/CONFIG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7245,6 +7245,7 @@ reported based on latest block and finality depth.
Set to 0 to disable.

## EVM.NodePool.Errors
:warning: **_ADVANCED_**: _Do not change these settings unless you know what you are doing._
```toml
[EVM.NodePool.Errors]
NonceTooLow = '(: |^)nonce too low' # Example
Expand Down

0 comments on commit 44bc2e4

Please sign in to comment.