Skip to content

Commit e79cf15

Browse files
committed
various cleanup
1 parent 7683143 commit e79cf15

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@ HTTPWriteTimeout controls how long the Chainlink node's API server can hold a so
660660
HTTPPort = 6688 # Default
661661
```
662662

663-
HTTPPort is the port used for the Chainlink Node API, [CLI](/docs/configuration-variables/#cli-client), and GUI.
663+
HTTPPort is the port used for the Chainlink Node API, [CLI](/chainlink-nodes/configuring-nodes), and GUI.
664664

665665
### SecureCookies
666666

@@ -1581,7 +1581,7 @@ TraceLogging = false # Default
15811581
EnableExperimentalRageP2P = false # Default
15821582
```
15831583

1584-
P2P has a versioned networking stack. Currenly only `[P2P.V2]` is supported.
1584+
P2P has a versioned networking stack. Currently only `[P2P.V2]` is supported.
15851585
All nodes in the OCR network should share the same networking stack.
15861586

15871587
### IncomingMessageBufferSize
@@ -2298,7 +2298,7 @@ MessageRateLimiterCapacity is the "burst" of the message rate limiter.
22982298
BytesRateLimiterRate = 5000000.0 # Default
22992299
```
23002300

2301-
BytesRateLimiterRate is the max size of precessed messages per second.
2301+
BytesRateLimiterRate is the max size of processed messages per second.
23022302

23032303
### BytesRateLimiterCapacity
23042304

@@ -17447,7 +17447,7 @@ When FinalityTagEnabled is false, SafeTagSupported is ignored and LatestSafeBloc
1744717447
FlagsContractAddress = '0xae4E781a6218A8031764928E88d457937A954fC3' # Example
1744817448
```
1744917449

17450-
FlagsContractAddress can optionally point to a [Flags contract](../contracts/src/v0.8/Flags.sol). If set, the node will lookup that contract for each job that supports flags contracts (currently OCR and FM jobs are supported). If the job's contractAddress is set as hibernating in the FlagsContractAddress address, it overrides the standard update parameters (such as heartbeat/threshold).
17450+
FlagsContractAddress can optionally point to a [Flags contract](https://github.com/smartcontractkit/chainlink-evm/blob/develop/contracts/src/v0.8/l2ep/Flags.sol). If set, the node will lookup that contract for each job that supports flags contracts (currently OCR and FM jobs are supported). If the job's contractAddress is set as hibernating in the FlagsContractAddress address, it overrides the standard update parameters (such as heartbeat/threshold).
1745117451

1745217452
### LinkContractAddress
1745317453

@@ -17514,7 +17514,7 @@ BackupLogPollerDelay=0 will disable Backup LogPoller (_not recommended for produ
1751417514
MinContractPayment = '10000000000000 juels' # Default
1751517515
```
1751617516

17517-
MinContractPayment is the minimum payment in LINK required to execute a direct request job. This can be overridden on a per-job basis.
17517+
MinContractPayment is the minimum payment in LINK required to execute a direct request job. This can be overriden on a per-job basis.
1751817518

1751917519
### MinIncomingConfirmations
1752017520

@@ -17716,7 +17716,7 @@ MinAttempts = 3 # Example
1771617716
Enabled = false # Default
1771717717
```
1771817718

17719-
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.
17719+
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.
1772017720

1772117721
### DetectionApiUrl
1772217722

@@ -17941,7 +17941,7 @@ SenderAddress is optional and can be set to a specific sender address for gas li
1794117941
If you are using gas limit estimation:
1794217942

1794317943
- 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.
17944-
- 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.
17944+
- 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.
1794517945

1794617946
### BumpMin
1794717947

@@ -18025,7 +18025,7 @@ In EIP-1559 mode, the following changes occur to how configuration works:
1802518025
- 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.
1802618026
- `BlockHistoryEstimator` will apply its calculations (gas percentile etc) to the TipCap and this value will be used for new transactions (GasPrice will be ignored)
1802718027
- `FixedPriceEstimator` will use `GasTipCapDefault` instead of `GasPriceDefault` for the tip cap
18028-
- `FixedPriceEstimator` will use `GasFeeCapDefault` instaed of `GasPriceDefault` for the fee cap
18028+
- `FixedPriceEstimator` will use `GasFeeCapDefault` instead of `GasPriceDefault` for the fee cap
1802918029
- `PriceMin` is ignored for new transactions and `GasTipCapMinimum` is used instead (default 0)
1803018030
- `PriceMax` still represents that absolute upper limit that Chainlink will ever spend (total) on a single tx
1803118031
- `Keeper.GasTipCapBufferPercent` is ignored in EIP-1559 mode and `Keeper.GasTipCapBufferPercent` is used instead
@@ -18992,7 +18992,7 @@ GasLimitMultiplier scales the estimated gas limit.
1899218992
MaxMsgsPerBatch = 100 # Default
1899318993
```
1899418994

18995-
MaxMsgsPerBatch limits the numbers of mesages per transaction batch.
18995+
MaxMsgsPerBatch limits the numbers of messages per transaction batch.
1899618996

1899718997
### OCR2CachePollPeriod
1899818998

0 commit comments

Comments
 (0)