diff --git a/core/config/docs/chains-evm.toml b/core/config/docs/chains-evm.toml index fdcb72a3da0..49c42bc04fb 100644 --- a/core/config/docs/chains-evm.toml +++ b/core/config/docs/chains-evm.toml @@ -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. diff --git a/docs/CONFIG.md b/docs/CONFIG.md index fcf251f2702..0596fcdd84d 100644 --- a/docs/CONFIG.md +++ b/docs/CONFIG.md @@ -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