Skip to content

Commit

Permalink
Fix config tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dimriou committed Nov 29, 2024
1 parent e56459b commit b52cfbe
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,9 @@ RPCBlockQueryDelay = 1
FinalizedBlockOffset = 12
NoNewFinalizedHeadsThreshold = '9m0s'

[EVM.TxmV2]
Enabled = false

[EVM.Transactions]
ForwardersEnabled = false
MaxInFlight = 16
Expand All @@ -321,9 +324,6 @@ ReaperInterval = '1h0m0s'
ReaperThreshold = '168h0m0s'
ResendAfterThreshold = '1m0s'

[EVM.TxmV2]
Enabled = false

[EVM.Transactions.AutoPurge]
Enabled = false

Expand Down Expand Up @@ -533,6 +533,9 @@ RPCBlockQueryDelay = 10
FinalizedBlockOffset = 0
NoNewFinalizedHeadsThreshold = '6m0s'

[EVM.TxmV2]
Enabled = false

[EVM.Transactions]
ForwardersEnabled = false
MaxInFlight = 16
Expand All @@ -541,9 +544,6 @@ ReaperInterval = '1h0m0s'
ReaperThreshold = '168h0m0s'
ResendAfterThreshold = '1m0s'

[EVM.TxmV2]
Enabled = false

[EVM.Transactions.AutoPurge]
Enabled = false

Expand Down

0 comments on commit b52cfbe

Please sign in to comment.