From 44bc2e45c9e56168e6a75eb9d0414d2b438b9969 Mon Sep 17 00:00:00 2001 From: Jordan Krage Date: Tue, 23 Apr 2024 20:07:41 -0500 Subject: [PATCH] core/config/docs: mark EVM.NodePool.Errors ADVANCED (#12936) --- core/config/docs/chains-evm.toml | 1 + docs/CONFIG.md | 1 + 2 files changed, 2 insertions(+) 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