Skip to content

Commit 12069fa

Browse files
Update node-config.mdx (#3127)
Co-authored-by: Amine E. <[email protected]>
1 parent 10db527 commit 12069fa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/content/chainlink-nodes/v1/node-config.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1562,7 +1562,7 @@ PeerID = '12D3KooWMoejJznyDuEk5aX6GvbjaG12UzeornPCBNzMRqdwrFJw' # Example
15621562
TraceLogging = false # Default
15631563
```
15641564

1565-
P2P has a versioned networking stack. Currenly only `[P2P.V2]` is supported.
1565+
P2P has a versioned networking stack. Currently only `[P2P.V2]` is supported.
15661566
All nodes in the OCR network should share the same networking stack.
15671567

15681568
### IncomingMessageBufferSize
@@ -2262,7 +2262,7 @@ MessageRateLimiterCapacity is the "burst" of the message rate limiter.
22622262
BytesRateLimiterRate = 5000000.0 # Default
22632263
```
22642264

2265-
BytesRateLimiterRate is the max size of precessed messages per second.
2265+
BytesRateLimiterRate is the max size of processed messages per second.
22662266

22672267
### BytesRateLimiterCapacity
22682268

@@ -17511,7 +17511,7 @@ MinAttempts = 3 # Example
1751117511
Enabled = false # Default
1751217512
```
1751317513

17514-
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.
17514+
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.
1751517515

1751617516
### DetectionApiUrl
1751717517

@@ -17736,7 +17736,7 @@ SenderAddress is optional and can be set to a specific sender address for gas li
1773617736
If you are using gas limit estimation:
1773717737

1773817738
- 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.
17739-
- 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.
17739+
- 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.
1774017740

1774117741
### BumpMin
1774217742

0 commit comments

Comments
 (0)