diff --git a/cmd/es-utils/utils/optimism_blob_encoder.go b/cmd/es-utils/utils/optimism_blob_encoder.go index fec7389b..b2aeb11f 100644 --- a/cmd/es-utils/utils/optimism_blob_encoder.go +++ b/cmd/es-utils/utils/optimism_blob_encoder.go @@ -3,6 +3,7 @@ package utils import ( "errors" "fmt" + "github.com/ethereum/go-ethereum/crypto/kzg4844" ) diff --git a/ethstorage/prover/zk_prover_go_windows.go b/ethstorage/prover/zk_prover_go_windows.go index b6e0bf77..fa8a909e 100644 --- a/ethstorage/prover/zk_prover_go_windows.go +++ b/ethstorage/prover/zk_prover_go_windows.go @@ -6,10 +6,11 @@ package prover import ( - "github.com/ethereum/go-ethereum/common" - "github.com/ethereum/go-ethereum/log" "math/big" "sync" + + "github.com/ethereum/go-ethereum/common" + "github.com/ethereum/go-ethereum/log" ) type ZKProverGo struct {