diff --git a/pkg/rpc/tx_blob.go b/pkg/rpc/tx_blob.go index 46dad1200..2a18ba479 100644 --- a/pkg/rpc/tx_blob.go +++ b/pkg/rpc/tx_blob.go @@ -2,6 +2,7 @@ package rpc import ( "errors" + "github.com/ethereum/go-ethereum/accounts/abi/bind" "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/common/hexutil"