Skip to content

Commit

Permalink
fix: Rename client/event import as per main chainges
Browse files Browse the repository at this point in the history
  • Loading branch information
red-0ne committed Dec 8, 2023
1 parent 42910bb commit 605e8ad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/sdk/deps_builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,14 @@ package sdk

import (
"context"
"fmt"

"cosmossdk.io/depinject"
grpctypes "github.com/cosmos/gogoproto/grpc"
grpc "google.golang.org/grpc"
"google.golang.org/grpc/credentials/insecure"

block "github.com/pokt-network/poktroll/pkg/client/block"
eventsquery "github.com/pokt-network/poktroll/pkg/client/events_query"
eventsquery "github.com/pokt-network/poktroll/pkg/client/events"
"github.com/pokt-network/poktroll/pkg/client/query"
"github.com/pokt-network/poktroll/pkg/crypto/rings"
"github.com/pokt-network/poktroll/pkg/polylog"
Expand Down

0 comments on commit 605e8ad

Please sign in to comment.