Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ilija42 committed May 24, 2024
1 parent 6777d5c commit f3f10c0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions cmd/monitoring/main.go
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
package main

import (
"context"
"log"

"github.com/smartcontractkit/chainlink-common/pkg/logger"
relayMonitoring "github.com/smartcontractkit/chainlink-common/pkg/monitoring"
"github.com/smartcontractkit/chainlink-common/pkg/services"

"github.com/smartcontractkit/chainlink-cosmos/pkg/monitoring"
"github.com/smartcontractkit/chainlink-cosmos/pkg/monitoring/fcdclient"
)

func main() {
ctx := context.Background()

l, err := logger.New()
if err != nil {
log.Fatalln(err)
Expand Down Expand Up @@ -43,7 +41,7 @@ func main() {
)

monitor, err := relayMonitoring.NewMonitor(
ctx,
make(services.StopRChan),
l,
cosmosConfig,
envelopeSourceFactory,
Expand Down

0 comments on commit f3f10c0

Please sign in to comment.