chore: un-fork from cosmos (#166)

* chore: un-fork from cosmos

* rm LoC
This commit is contained in:
Federico Kunze
2021-06-22 06:49:18 -04:00
committed by GitHub
parent fada59551d
commit 6000ab2098
106 changed files with 340 additions and 273 deletions
+2 -2
View File
@@ -1,13 +1,13 @@
package cli
import (
rpctypes "github.com/cosmos/ethermint/ethereum/rpc/types"
"github.com/spf13/cobra"
rpctypes "github.com/tharsis/ethermint/ethereum/rpc/types"
"github.com/cosmos/cosmos-sdk/client"
"github.com/cosmos/cosmos-sdk/client/flags"
"github.com/cosmos/ethermint/x/evm/types"
"github.com/tharsis/ethermint/x/evm/types"
)
// GetQueryCmd returns the parent command for all x/bank CLi query commands.
+1 -1
View File
@@ -14,7 +14,7 @@ import (
"github.com/cosmos/cosmos-sdk/types/rest"
authrest "github.com/cosmos/cosmos-sdk/x/auth/client/rest"
rpctypes "github.com/cosmos/ethermint/ethereum/rpc/types"
rpctypes "github.com/tharsis/ethermint/ethereum/rpc/types"
"github.com/ethereum/go-ethereum/common"
)