Skip to content

Commit

Permalink
fix paths in main
Browse files Browse the repository at this point in the history
  • Loading branch information
omerlavanet committed Oct 31, 2024
1 parent a0b0de8 commit 376ccd2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions protocol/monitoring/chain_heights.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ import (
"github.com/spf13/cobra"
"golang.org/x/sync/semaphore"

"github.com/lavanet/lava/v3/protocol/lavasession"
"github.com/lavanet/lava/v3/utils"
"github.com/lavanet/lava/v3/utils/rand"
"github.com/lavanet/lava/v3/x/epochstorage/types"
pairingtypes "github.com/lavanet/lava/v3/x/pairing/types"
"github.com/lavanet/lava/v4/protocol/lavasession"
"github.com/lavanet/lava/v4/utils"
"github.com/lavanet/lava/v4/utils/rand"
"github.com/lavanet/lava/v4/x/epochstorage/types"
pairingtypes "github.com/lavanet/lava/v4/x/pairing/types"
)

const (
Expand Down

0 comments on commit 376ccd2

Please sign in to comment.