This commit is contained in:
0g-wh 2024-08-02 18:58:50 +08:00
parent a45aa46dbc
commit f6028bff0d
2 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@ import (
"fmt"
"strings"
"github.com/kava-labs/kava/app"
"github.com/0glabs/0g-chain/app"
"github.com/spf13/cobra"
dbm "github.com/cometbft/cometbft-db"

View File

@ -11,9 +11,9 @@ import (
sdk "github.com/cosmos/cosmos-sdk/types"
"github.com/stretchr/testify/suite"
"github.com/kava-labs/kava/app"
"github.com/kava-labs/kava/x/validator-vesting/keeper"
"github.com/kava-labs/kava/x/validator-vesting/types"
"github.com/0glabs/0g-chain/app"
"github.com/0glabs/0g-chain/x/validator-vesting/keeper"
"github.com/0glabs/0g-chain/x/validator-vesting/types"
)
type grpcQueryTestSuite struct {