Skip to content

Commit 184eaa7

Browse files
fix: typos in documentation files (#2965)
* Update node-config.mdx * Update node-config.mdx --------- Co-authored-by: Amine E. <aelmanaa@users.noreply.github.com>
1 parent faf9f9c commit 184eaa7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1534,7 +1534,7 @@ PeerID = '12D3KooWMoejJznyDuEk5aX6GvbjaG12UzeornPCBNzMRqdwrFJw' # Example
15341534
TraceLogging = false # Default
15351535
```
15361536

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.
15381538
All nodes in the OCR network should share the same networking stack.
15391539

15401540
### IncomingMessageBufferSize
@@ -17026,7 +17026,7 @@ SenderAddress is optional and can be set to a specific sender address for gas li
1702617026
If you are using gas limit estimation:
1702717027

1702817028
- 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.
1703017030

1703117031
### BumpMin
1703217032

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

0 commit comments

Comments
 (0)