Skip to content
This repository was archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
Fix AggLayerTxTimeout
Browse files Browse the repository at this point in the history
  • Loading branch information
goran-ethernal committed Mar 7, 2024
1 parent fcdcf7a commit bc561f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/data/zkevm/node.toml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ CleanupLockedProofsInterval = "2m"
GeneratingProofCleanupThreshold = "10m"
UpgradeEtrogBatchNumber = 0
SettlementBackend = "agglayer"
AggLayerTxTimeout = "5m"
AggLayerTxTimeout = "10s"
AggLayerURL = "http://agglayer:4444"
SequencerPrivateKey = { Path = "/pk/sequencer.keystore", Password = "testonly" }
BatchProofL1BlockConfirmations = 2
Expand Down

0 comments on commit bc561f5

Please sign in to comment.