Skip to content

Commit c6df508

Browse files
committed
chore: fix imports
1 parent 9bf046b commit c6df508

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/monitor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package cmd
33
import (
44
"context"
55
"fmt"
6-
"github.com/01builders/da-monitor/internal/drift"
6+
"github.com/01builders/ev-metrics/internal/drift"
77
coreda "github.com/evstack/ev-node/core/da"
88
"golang.org/x/sync/errgroup"
99
"net/http"

internal/drift/drift.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package drift
33
import (
44
"context"
55
"fmt"
6-
"github.com/01builders/da-monitor/internal/metrics"
6+
"github.com/01builders/ev-metrics/internal/metrics"
77
"github.com/ethereum/go-ethereum/ethclient"
88
"github.com/rs/zerolog"
99
"time"

0 commit comments

Comments
 (0)