Skip to content

Commit

Permalink
Refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeniy-scherbina committed Feb 21, 2024
1 parent ea6805c commit 40bc8a0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions x/evm/statedb/statedb.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,18 @@ package statedb
import (
"context"
"fmt"
"github.com/cosmos/cosmos-sdk/types"
ibctransfertypes "github.com/cosmos/ibc-go/v6/modules/apps/transfer/types"
ibcclienttypes "github.com/cosmos/ibc-go/v6/modules/core/02-client/types"
"math/big"
"sort"

errorsmod "cosmossdk.io/errors"
"github.com/cosmos/cosmos-sdk/types"
sdk "github.com/cosmos/cosmos-sdk/types"
ibctransfertypes "github.com/cosmos/ibc-go/v6/modules/apps/transfer/types"
ibcclienttypes "github.com/cosmos/ibc-go/v6/modules/core/02-client/types"
"github.com/ethereum/go-ethereum/common"
ethtypes "github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/core/vm"
"github.com/ethereum/go-ethereum/crypto"

"github.com/ethereum/go-ethereum/precompile/contract"
)

Expand Down

0 comments on commit 40bc8a0

Please sign in to comment.