Skip to content

Commit

Permalink
fix e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
zacshowa committed Dec 17, 2024
1 parent 0230b1f commit 6a03d80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system_tests/espresso_sovereign_sequencer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func createL1AndL2Node(
builder.nodeConfig.BatchPoster.MaxDelay = -1000 * time.Hour
builder.nodeConfig.BatchPoster.LightClientAddress = lightClientAddress
builder.nodeConfig.BatchPoster.HotShotUrl = hotShotUrl
builder.nodeConfig.BatchPoster.EspressoTEEVerifierAdddress = common.HexToAddress(verifierAddress)
builder.nodeConfig.BatchPoster.EspressoTEEVerifierAdddress = verifierAddress

// validator config
builder.nodeConfig.BlockValidator.Enable = true
Expand Down

0 comments on commit 6a03d80

Please sign in to comment.