diff --git a/cmd/zetae2e/local/get_zetaclient_bootstrap.go b/cmd/zetae2e/local/get_zetaclient_bootstrap.go index 691aff0ca9..aefa1be322 100644 --- a/cmd/zetae2e/local/get_zetaclient_bootstrap.go +++ b/cmd/zetae2e/local/get_zetaclient_bootstrap.go @@ -6,14 +6,14 @@ import ( "strings" sdk "github.com/cosmos/cosmos-sdk/types" + legacybech32 "github.com/cosmos/cosmos-sdk/types/bech32/legacybech32" stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" + crypto2 "github.com/libp2p/go-libp2p/core/crypto" "github.com/libp2p/go-libp2p/core/peer" "github.com/spf13/cobra" "google.golang.org/grpc" "google.golang.org/grpc/credentials/insecure" - legacybech32 "github.com/cosmos/cosmos-sdk/types/bech32/legacybech32" - crypto2 "github.com/libp2p/go-libp2p/core/crypto" "github.com/zeta-chain/node/pkg/rpc" "github.com/zeta-chain/node/pkg/sdkconfig" observertypes "github.com/zeta-chain/node/x/observer/types"