Skip to content

Commit

Permalink
Add missing interval configs to testnet launcher
Browse files Browse the repository at this point in the history
  • Loading branch information
BedrockSquirrel committed Sep 18, 2023
1 parent 7e67c78 commit 0f3813e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions testnet/launcher/docker.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ func (t *Testnet) Start() error {
node.WithDebugNamespaceEnabled(true),
node.WithLogLevel(4),
node.WithEdgelessDBImage("ghcr.io/edgelesssys/edgelessdb-sgx-4gb:v0.3.2"), // default edgeless db value
node.WithBatchInterval("1s"),
node.WithRollupInterval("3s"),
)

sequencerNode := node.NewDockerNode(sequencerNodeConfig)
Expand Down

0 comments on commit 0f3813e

Please sign in to comment.