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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1398,7 +1398,7 @@ PeerID = '12D3KooWMoejJznyDuEk5aX6GvbjaG12UzeornPCBNzMRqdwrFJw' # Example
1398
1398
TraceLogging = false# Default
1399
1399
```
1400
1400
1401
-
P2P has a versioned networking stack. Currenly only `[P2P.V2]` is supported.
1401
+
P2P has a versioned networking stack. Currently only `[P2P.V2]` is supported.
1402
1402
All nodes in the OCR network should share the same networking stack.
1403
1403
1404
1404
### IncomingMessageBufferSize
@@ -9508,7 +9508,7 @@ MinAttempts = 3 # Example
9508
9508
Enabled = false# Default
9509
9509
```
9510
9510
9511
-
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.
9511
+
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.
9512
9512
9513
9513
### DetectionApiUrl
9514
9514
@@ -9761,7 +9761,7 @@ In EIP-1559 mode, the following changes occur to how configuration works:
9761
9761
- 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.
9762
9762
-`BlockHistoryEstimator` will apply its calculations (gas percentile etc) to the TipCap and this value will be used for new transactions (GasPrice will be ignored)
9763
9763
-`FixedPriceEstimator` will use `GasTipCapDefault` instead of `GasPriceDefault` for the tip cap
9764
-
-`FixedPriceEstimator` will use `GasFeeCapDefault`instaed of `GasPriceDefault` for the fee cap
9764
+
-`FixedPriceEstimator` will use `GasFeeCapDefault`instead of `GasPriceDefault` for the fee cap
9765
9765
-`PriceMin` is ignored for new transactions and `GasTipCapMinimum` is used instead (default 0)
9766
9766
-`PriceMax` still represents that absolute upper limit that Chainlink will ever spend (total) on a single tx
9767
9767
-`Keeper.GasTipCapBufferPercent` is ignored in EIP-1559 mode and `Keeper.GasTipCapBufferPercent` is used instead
@@ -10636,7 +10636,7 @@ GasLimitMultiplier scales the estimated gas limit.
10636
10636
MaxMsgsPerBatch = 100# Default
10637
10637
```
10638
10638
10639
-
MaxMsgsPerBatch limits the numbers of mesages per transaction batch.
10639
+
MaxMsgsPerBatch limits the numbers of messages per transaction batch.
10640
10640
10641
10641
### OCR2CachePollPeriod
10642
10642
@@ -10863,7 +10863,7 @@ BlockHistoryPollPeriod is the rate to poll for blocks in the block history fee e
10863
10863
ComputeUnitLimitDefault = 200_000# Default
10864
10864
```
10865
10865
10866
-
ComputeUnitLimitDefault is the compute units limit applied to transactions unless overriden during the txm enqueue
10866
+
ComputeUnitLimitDefault is the compute units limit applied to transactions unless overridden during the txm enqueue
10867
10867
10868
10868
### EstimateComputeUnitLimit
10869
10869
@@ -10940,7 +10940,7 @@ SyncThreshold is the number of blocks behind the best node that a node can be be
10940
10940
NodeIsSyncingEnabled = false# Default
10941
10941
```
10942
10942
10943
-
NodeIsSyncingEnabled enables the feature to avoid sending transactions to nodes that are syncing. Not relavant for Solana.
10943
+
NodeIsSyncingEnabled enables the feature to avoid sending transactions to nodes that are syncing. Not relevant for Solana.
0 commit comments