Skip to content

Commit

Permalink
sequencer support ethman da (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
giskook authored May 13, 2024
1 parent 221d4f4 commit 01328c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ func start(cliCtx *cli.Context) error {
if poolInstance == nil {
poolInstance = createPool(c.Pool, c.State.Batch.Constraints, l2ChainID, st, eventLog)
}
setEthermanDaXLayer(*c, st, etherman, false)
seq := createSequencer(*c, poolInstance, st, etherman, eventLog)
go seq.Start(cliCtx.Context)
case SEQUENCE_SENDER:
Expand Down

0 comments on commit 01328c7

Please sign in to comment.