We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2455536 commit 41a5788Copy full SHA for 41a5788
app/app.go
@@ -370,6 +370,7 @@ func Run() error {
370
go lighterMessageHandler.Listen(ctx)
371
lighterChain := lighter.NewLighterChain(lighterMessageHandler)
372
domains[lighter.LIGHTER_DOMAIN_ID] = lighterChain
373
+ supportedChains[lighter.LIGHTER_DOMAIN_ID] = struct{}{}
374
375
go jobs.StartCommunicationHealthCheckJob(host, configuration.RelayerConfig.MpcConfig.CommHealthCheckInterval, sygmaMetrics)
376
0 commit comments