diff --git a/ethclient/simulated/backend_test.go b/ethclient/simulated/backend_test.go index a837ebe9a1..8efe93e243 100644 --- a/ethclient/simulated/backend_test.go +++ b/ethclient/simulated/backend_test.go @@ -20,13 +20,14 @@ import ( "context" "crypto/ecdsa" "crypto/sha256" - "github.com/ethereum/go-ethereum/crypto/kzg4844" - "github.com/holiman/uint256" "math/big" "math/rand" "testing" "time" + "github.com/ethereum/go-ethereum/crypto/kzg4844" + "github.com/holiman/uint256" + "github.com/ethereum/go-ethereum/accounts/abi/bind" "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/core/types"