diff --git a/core/types/blob_tx.go b/core/types/blob_tx.go index 44c862968d16..1b1bfb035a7a 100644 --- a/core/types/blob_tx.go +++ b/core/types/blob_tx.go @@ -22,6 +22,7 @@ import ( "math/big" "github.com/holiman/uint256" + "github.com/scroll-tech/go-ethereum/common" "github.com/scroll-tech/go-ethereum/crypto/kzg4844" "github.com/scroll-tech/go-ethereum/params" diff --git a/core/types/transaction_marshalling.go b/core/types/transaction_marshalling.go index b8b7c0d5df80..8602e1a83f1a 100644 --- a/core/types/transaction_marshalling.go +++ b/core/types/transaction_marshalling.go @@ -22,6 +22,7 @@ import ( "math/big" "github.com/holiman/uint256" + "github.com/scroll-tech/go-ethereum/common" "github.com/scroll-tech/go-ethereum/common/hexutil" ) diff --git a/crypto/kzg4844/kzg4844_ckzg_cgo.go b/crypto/kzg4844/kzg4844_ckzg_cgo.go index 59e6a9c4bfe6..39d71d76be9e 100644 --- a/crypto/kzg4844/kzg4844_ckzg_cgo.go +++ b/crypto/kzg4844/kzg4844_ckzg_cgo.go @@ -25,6 +25,7 @@ import ( gokzg4844 "github.com/crate-crypto/go-kzg-4844" ckzg4844 "github.com/ethereum/c-kzg-4844/bindings/go" + "github.com/scroll-tech/go-ethereum/common/hexutil" )