diff --git a/pkg/eth/state_test/state_test.go b/pkg/eth/state_test/state_test.go index 32c1fd69..7e7cd176 100644 --- a/pkg/eth/state_test/state_test.go +++ b/pkg/eth/state_test/state_test.go @@ -23,7 +23,7 @@ import ( "math/big" "os" - "github.com/cerc-io/plugeth-statediff" + statediff "github.com/cerc-io/plugeth-statediff" "github.com/cerc-io/plugeth-statediff/adapt" "github.com/ethereum/go-ethereum/accounts/abi" "github.com/ethereum/go-ethereum/common" diff --git a/pkg/eth/test_helpers/chain_indexer.go b/pkg/eth/test_helpers/chain_indexer.go index 986a5c4e..65c414dc 100644 --- a/pkg/eth/test_helpers/chain_indexer.go +++ b/pkg/eth/test_helpers/chain_indexer.go @@ -4,7 +4,7 @@ import ( "context" "math/big" - "github.com/cerc-io/plugeth-statediff" + statediff "github.com/cerc-io/plugeth-statediff" "github.com/cerc-io/plugeth-statediff/adapt" "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/core/state"