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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -15690,7 +15690,7 @@ MinAttempts = 3 # Example
15690
15690
Enabled = false# Default
15691
15691
```
15692
15692
15693
-
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.
15693
+
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.
15694
15694
15695
15695
### DetectionApiUrl
15696
15696
@@ -15985,7 +15985,7 @@ In EIP-1559 mode, the following changes occur to how configuration works:
15985
15985
- 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.
15986
15986
-`BlockHistoryEstimator` will apply its calculations (gas percentile etc) to the TipCap and this value will be used for new transactions (GasPrice will be ignored)
15987
15987
-`FixedPriceEstimator` will use `GasTipCapDefault` instead of `GasPriceDefault` for the tip cap
15988
-
-`FixedPriceEstimator` will use `GasFeeCapDefault`instaed of `GasPriceDefault` for the fee cap
15988
+
-`FixedPriceEstimator` will use `GasFeeCapDefault`instead of `GasPriceDefault` for the fee cap
15989
15989
-`PriceMin` is ignored for new transactions and `GasTipCapMinimum` is used instead (default 0)
15990
15990
-`PriceMax` still represents that absolute upper limit that Chainlink will ever spend (total) on a single tx
15991
15991
-`Keeper.GasTipCapBufferPercent` is ignored in EIP-1559 mode and `Keeper.GasTipCapBufferPercent` is used instead
0 commit comments