Skip to content

Commit 41a5788

Browse files
committed
Add lighter as supported chain
1 parent 2455536 commit 41a5788

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/app.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,7 @@ func Run() error {
370370
go lighterMessageHandler.Listen(ctx)
371371
lighterChain := lighter.NewLighterChain(lighterMessageHandler)
372372
domains[lighter.LIGHTER_DOMAIN_ID] = lighterChain
373+
supportedChains[lighter.LIGHTER_DOMAIN_ID] = struct{}{}
373374

374375
go jobs.StartCommunicationHealthCheckJob(host, configuration.RelayerConfig.MpcConfig.CommHealthCheckInterval, sygmaMetrics)
375376

0 commit comments

Comments
 (0)