Skip to content

Commit

Permalink
Add EnableEspressoSovereign config flag to test configs.
Browse files Browse the repository at this point in the history
  • Loading branch information
zacshowa committed Oct 11, 2024
1 parent f0b7b4f commit dcc965d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions system_tests/espresso_sovereign_sequencer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ func createL1AndL2Node(ctx context.Context, t *testing.T) (*NodeBuilder, func())
builder.nodeConfig.Sequencer = true
builder.nodeConfig.ParentChainReader.Enable = true // This flag is necessary to enable sequencing transactions with espresso behavior
builder.nodeConfig.Dangerous.NoSequencerCoordinator = true
builder.execConfig.Sequencer.EnableEspressoSovereign = true
builder.execConfig.Sequencer.Enable = true
builder.execConfig.Sequencer.LightClientAddress = lightClientAddress

Expand Down

0 comments on commit dcc965d

Please sign in to comment.