all: rename go module to evmos/ethermint (#1137)

This commit is contained in:
Federico Kunze Küllmer
2022-06-19 11:43:41 +02:00
committed by GitHub
parent a8d3805ddf
commit ec8e93b319
190 changed files with 1137 additions and 1506 deletions
+2 -2
View File
@@ -1,13 +1,13 @@
package cli
import (
rpctypes "github.com/evmos/ethermint/rpc/types"
"github.com/spf13/cobra"
rpctypes "github.com/tharsis/ethermint/rpc/types"
"github.com/cosmos/cosmos-sdk/client"
"github.com/cosmos/cosmos-sdk/client/flags"
"github.com/tharsis/ethermint/x/evm/types"
"github.com/evmos/ethermint/x/evm/types"
)
// GetQueryCmd returns the parent command for all x/bank CLi query commands.
+2 -2
View File
@@ -12,8 +12,8 @@ import (
"github.com/pkg/errors"
"github.com/spf13/cobra"
rpctypes "github.com/tharsis/ethermint/rpc/types"
"github.com/tharsis/ethermint/x/evm/types"
rpctypes "github.com/evmos/ethermint/rpc/types"
"github.com/evmos/ethermint/x/evm/types"
)
// GetTxCmd returns the transaction commands for this module
+2 -2
View File
@@ -16,8 +16,8 @@ import (
"github.com/cosmos/cosmos-sdk/types/rest"
authrest "github.com/cosmos/cosmos-sdk/x/auth/client/rest"
rpctypes "github.com/tharsis/ethermint/rpc/types"
feemarkettypes "github.com/tharsis/ethermint/x/feemarket/types"
rpctypes "github.com/evmos/ethermint/rpc/types"
feemarkettypes "github.com/evmos/ethermint/x/feemarket/types"
"github.com/ethereum/go-ethereum/common"
)