Skip to content

Commit da33a1b

Browse files
fix errors node-config.mdx (#2766)
Co-authored-by: gfletcher-cll <grace.fletcher@smartcontract.com>
1 parent 5ca8a8c commit da33a1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15690,7 +15690,7 @@ MinAttempts = 3 # Example
1569015690
Enabled = false # Default
1569115691
```
1569215692

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.
1569415694

1569515695
### DetectionApiUrl
1569615696

@@ -15985,7 +15985,7 @@ In EIP-1559 mode, the following changes occur to how configuration works:
1598515985
- 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.
1598615986
- `BlockHistoryEstimator` will apply its calculations (gas percentile etc) to the TipCap and this value will be used for new transactions (GasPrice will be ignored)
1598715987
- `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
1598915989
- `PriceMin` is ignored for new transactions and `GasTipCapMinimum` is used instead (default 0)
1599015990
- `PriceMax` still represents that absolute upper limit that Chainlink will ever spend (total) on a single tx
1599115991
- `Keeper.GasTipCapBufferPercent` is ignored in EIP-1559 mode and `Keeper.GasTipCapBufferPercent` is used instead

0 commit comments

Comments
 (0)