Skip to content

Commit

Permalink
updating config after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickhuie19 committed Aug 29, 2024
1 parent d045df6 commit e1d5521
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions testdata/scripts/node/validate/defaults-override.txtar
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ FeedsManager = true
LogPoller = false
UICSAKeys = false
CCIP = true
MultiFeedsManagers = false

[Database]
DefaultIdleInTxSessionTimeout = '1h0m0s'
Expand Down Expand Up @@ -327,6 +328,16 @@ DeltaDial = '15s'
DeltaReconcile = '1m0s'
ListenAddresses = []

[Capabilities.Dispatcher]
SupportedVersion = 1
ReceiverBufferSize = 10000

[Capabilities.Dispatcher.RateLimit]
GlobalRPS = 800.0
GlobalBurst = 1000
PerSenderRPS = 10.0
PerSenderBurst = 50

[Capabilities.ExternalRegistry]
Address = ''
NetworkID = 'evm'
Expand Down Expand Up @@ -378,6 +389,7 @@ LimitDefault = 500000
LimitMax = 500000
LimitMultiplier = '1'
LimitTransfer = 21000
EstimateGasLimit = false
BumpMin = '5 gwei'
BumpPercent = 20
BumpThreshold = 3
Expand Down Expand Up @@ -423,6 +435,9 @@ ObservationGracePeriod = '1s'
[EVM.OCR2.Automation]
GasLimit = 10500000

[EVM.Workflow]
GasLimitDefault = 400000

[[EVM.Nodes]]
Name = 'fake'
WSURL = 'wss://foo.bar/ws'
Expand Down

0 comments on commit e1d5521

Please sign in to comment.