changed package name from tharsis/ethermint to cerc-io/laconicd

This commit is contained in:
SpideyPool192
2022-09-07 12:06:11 +05:30
parent 680d585084
commit a57e5f4fd9
214 changed files with 523 additions and 518 deletions
+2 -2
View File
@@ -1,13 +1,13 @@
package cli
import (
rpctypes "github.com/cerc-io/laconicd/rpc/ethereum/types"
"github.com/spf13/cobra"
rpctypes "github.com/tharsis/ethermint/rpc/ethereum/types"
"github.com/cosmos/cosmos-sdk/client"
"github.com/cosmos/cosmos-sdk/client/flags"
"github.com/tharsis/ethermint/x/evm/types"
"github.com/cerc-io/laconicd/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/ethereum/types"
"github.com/tharsis/ethermint/x/evm/types"
rpctypes "github.com/cerc-io/laconicd/rpc/ethereum/types"
"github.com/cerc-io/laconicd/x/evm/types"
)
// GetTxCmd returns the transaction commands for this module