You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/chainlink-nodes/v1/node-config.mdx
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1562,7 +1562,7 @@ PeerID = '12D3KooWMoejJznyDuEk5aX6GvbjaG12UzeornPCBNzMRqdwrFJw' # Example
1562
1562
TraceLogging = false# Default
1563
1563
```
1564
1564
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.
1566
1566
All nodes in the OCR network should share the same networking stack.
1567
1567
1568
1568
### IncomingMessageBufferSize
@@ -2262,7 +2262,7 @@ MessageRateLimiterCapacity is the "burst" of the message rate limiter.
2262
2262
BytesRateLimiterRate = 5000000.0# Default
2263
2263
```
2264
2264
2265
-
BytesRateLimiterRate is the max size of precessed messages per second.
2265
+
BytesRateLimiterRate is the max size of processed messages per second.
2266
2266
2267
2267
### BytesRateLimiterCapacity
2268
2268
@@ -17511,7 +17511,7 @@ MinAttempts = 3 # Example
17511
17511
Enabled = false# Default
17512
17512
```
17513
17513
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.
17515
17515
17516
17516
### DetectionApiUrl
17517
17517
@@ -17736,7 +17736,7 @@ SenderAddress is optional and can be set to a specific sender address for gas li
17736
17736
If you are using gas limit estimation:
17737
17737
17738
17738
- 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.
0 commit comments