File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ import (
1212 rpctypes "github.com/cometbft/cometbft/rpc/jsonrpc/types"
1313 cmttypes "github.com/cometbft/cometbft/types"
1414 "github.com/cometbft/cometbft/version"
15+
1516 networktypes "github.com/evstack/ev-abci/modules/network/types"
1617)
1718
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ import (
3434 genutiltypes "github.com/cosmos/cosmos-sdk/x/genutil/types"
3535 "github.com/hashicorp/go-metrics"
3636 ds "github.com/ipfs/go-datastore"
37+ "github.com/libp2p/go-libp2p/core/crypto"
3738 "github.com/rs/zerolog"
3839 "golang.org/x/sync/errgroup"
3940 "google.golang.org/grpc"
@@ -50,7 +51,6 @@ import (
5051 "github.com/evstack/ev-node/pkg/store"
5152 "github.com/evstack/ev-node/sequencers/single"
5253 rollkittypes "github.com/evstack/ev-node/types"
53- "github.com/libp2p/go-libp2p/core/crypto"
5454
5555 "github.com/evstack/ev-abci/pkg/adapter"
5656 "github.com/evstack/ev-abci/pkg/rpc"
You can’t perform that action at this time.
0 commit comments