diff --git a/cmd/lotus-shed/eth.go b/cmd/lotus-shed/eth.go index 02e1d58b4..1ebe2fb59 100644 --- a/cmd/lotus-shed/eth.go +++ b/cmd/lotus-shed/eth.go @@ -4,10 +4,12 @@ import ( "fmt" "reflect" + "github.com/urfave/cli/v2" + "github.com/filecoin-project/go-state-types/abi" + "github.com/filecoin-project/lotus/chain/types" lcli "github.com/filecoin-project/lotus/cli" - "github.com/urfave/cli/v2" ) var ethCmd = &cli.Command{