diff --git a/src/content/chainlink-nodes/v1/node-config.mdx b/src/content/chainlink-nodes/v1/node-config.mdx index 6c914f962de..9b7098393cc 100644 --- a/src/content/chainlink-nodes/v1/node-config.mdx +++ b/src/content/chainlink-nodes/v1/node-config.mdx @@ -1562,7 +1562,7 @@ PeerID = '12D3KooWMoejJznyDuEk5aX6GvbjaG12UzeornPCBNzMRqdwrFJw' # Example TraceLogging = false # Default ``` -P2P has a versioned networking stack. Currenly only `[P2P.V2]` is supported. +P2P has a versioned networking stack. Currently only `[P2P.V2]` is supported. All nodes in the OCR network should share the same networking stack. ### IncomingMessageBufferSize @@ -2262,7 +2262,7 @@ MessageRateLimiterCapacity is the "burst" of the message rate limiter. BytesRateLimiterRate = 5000000.0 # Default ``` -BytesRateLimiterRate is the max size of precessed messages per second. +BytesRateLimiterRate is the max size of processed messages per second. ### BytesRateLimiterCapacity @@ -17511,7 +17511,7 @@ MinAttempts = 3 # Example Enabled = false # Default ``` -Enabled enables or disables automatically purging transactions that have been idenitified as terminally stuck (will never be included on-chain). This feature is only expected to be used by ZK chains. +Enabled enables or disables automatically purging transactions that have been identified as terminally stuck (will never be included on-chain). This feature is only expected to be used by ZK chains. ### DetectionApiUrl @@ -17736,7 +17736,7 @@ SenderAddress is optional and can be set to a specific sender address for gas li If you are using gas limit estimation: - Setting SenderAddress is optional for most products. If it is set, the from address for the transaction for gas estimation will be set to the inputted SenderAddress. If it is not set, the actual address the transaction is sent from is used if available. -- Setting SenderAddress is neccessary for gas limit estimation to function correctly for CCIP. Gas limit estimation works only in CCIP 1.6 and above if SenderAddress is set to the given example value (0x00c11c11c11C11c11C11c11c11C11C11c11C11c1). This value is hardcoded in the CCIP 1.6 contracts and is not needed for other products. +- Setting SenderAddress is necessary for gas limit estimation to function correctly for CCIP. Gas limit estimation works only in CCIP 1.6 and above if SenderAddress is set to the given example value (0x00c11c11c11C11c11C11c11c11C11C11c11C11c1). This value is hardcoded in the CCIP 1.6 contracts and is not needed for other products. ### BumpMin