mirror of
https://github.com/grassrootseconomics/eth-tracker.git
synced 2026-05-24 04:16:17 +02:00
feat (BREAKING): evm compat tracker with mod directive replace approach
This commit is contained in:
@@ -7,7 +7,7 @@ import (
|
||||
"log/slog"
|
||||
"time"
|
||||
|
||||
"github.com/grassrootseconomics/celo-tracker/pkg/event"
|
||||
"github.com/grassrootseconomics/eth-tracker/pkg/event"
|
||||
"github.com/nats-io/nats.go"
|
||||
)
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ package pub
|
||||
import (
|
||||
"context"
|
||||
|
||||
"github.com/grassrootseconomics/celo-tracker/pkg/event"
|
||||
"github.com/grassrootseconomics/eth-tracker/pkg/event"
|
||||
)
|
||||
|
||||
type Pub interface {
|
||||
|
||||
Reference in New Issue
Block a user