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: core/config/docs/chains-evm.toml
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -541,6 +541,10 @@ HTTPURLExtraWrite = 'https://foo.web/extra' # Example
541
541
SendOnly = false# Default
542
542
# Order of the node in the pool, will takes effect if `SelectionMode` is `PriorityLevel` or will be used as a tie-breaker for `HighestHead` and `TotalDifficulty`
543
543
Order = 100# Default
544
+
# IsLoadBalancedRPC indicates whether the http/ws url above has multiple rpc's behind it.
545
+
# If true, we should try reconnecting to the node even when its the only node in the Nodes list.
546
+
# If false and its the only node in the nodes list, we will mark it alive even when its out of sync, because it might still be able to send txs.
547
+
IsLoadBalancedRPC = false# Default
544
548
545
549
[EVM.OCR2.Automation]
546
550
# GasLimit controls the gas limit for transmit transactions from ocr2automation job.
0 commit comments