From 01328c711ccbfbfcb23fee2f17d4f8cebce104ce Mon Sep 17 00:00:00 2001 From: zhangkai Date: Mon, 13 May 2024 10:47:43 +0800 Subject: [PATCH] sequencer support ethman da (#202) --- cmd/run.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/run.go b/cmd/run.go index f155593269..7c8e85f9aa 100644 --- a/cmd/run.go +++ b/cmd/run.go @@ -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: