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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1534,7 +1534,7 @@ PeerID = '12D3KooWMoejJznyDuEk5aX6GvbjaG12UzeornPCBNzMRqdwrFJw' # Example
1534
1534
TraceLogging = false# Default
1535
1535
```
1536
1536
1537
-
P2P has a versioned networking stack. Currenly only `[P2P.V2]` is supported.
1537
+
P2P has a versioned networking stack. Currently only `[P2P.V2]` is supported.
1538
1538
All nodes in the OCR network should share the same networking stack.
1539
1539
1540
1540
### IncomingMessageBufferSize
@@ -17026,7 +17026,7 @@ SenderAddress is optional and can be set to a specific sender address for gas li
17026
17026
If you are using gas limit estimation:
17027
17027
17028
17028
- 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.
17029
-
- 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.
17029
+
- 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.
17030
17030
17031
17031
### BumpMin
17032
17032
@@ -17110,7 +17110,7 @@ In EIP-1559 mode, the following changes occur to how configuration works:
17110
17110
- All new transactions will be sent as type 0x2 transactions specifying a TipCap and FeeCap. Be aware that existing pending legacy transactions will continue to be gas bumped in legacy mode.
17111
17111
-`BlockHistoryEstimator` will apply its calculations (gas percentile etc) to the TipCap and this value will be used for new transactions (GasPrice will be ignored)
17112
17112
-`FixedPriceEstimator` will use `GasTipCapDefault` instead of `GasPriceDefault` for the tip cap
17113
-
-`FixedPriceEstimator` will use `GasFeeCapDefault`instaed of `GasPriceDefault` for the fee cap
17113
+
-`FixedPriceEstimator` will use `GasFeeCapDefault`instead of `GasPriceDefault` for the fee cap
17114
17114
-`PriceMin` is ignored for new transactions and `GasTipCapMinimum` is used instead (default 0)
17115
17115
-`PriceMax` still represents that absolute upper limit that Chainlink will ever spend (total) on a single tx
17116
17116
-`Keeper.GasTipCapBufferPercent` is ignored in EIP-1559 mode and `Keeper.GasTipCapBufferPercent` is used instead
0 commit comments