diff --git a/node/grpc/server.go b/node/grpc/server.go index 534647bcf..ac7a8a839 100644 --- a/node/grpc/server.go +++ b/node/grpc/server.go @@ -32,7 +32,7 @@ import ( "google.golang.org/protobuf/proto" "google.golang.org/protobuf/types/known/wrapperspb" - blssignerV1 "github.com/Layr-Labs/remote-bls/pkg/api/v1" + blssignerV1 "github.com/Layr-Labs/remote-bls-api/pkg/api/v1" ) const localhost = "0.0.0.0" diff --git a/node/node.go b/node/node.go index a5aa3e09f..294ef2018 100644 --- a/node/node.go +++ b/node/node.go @@ -39,7 +39,7 @@ import ( "github.com/Layr-Labs/eigensdk-go/nodeapi" "github.com/gammazero/workerpool" - blssignerV1 "github.com/Layr-Labs/remote-bls/pkg/api/v1" + blssignerV1 "github.com/Layr-Labs/remote-bls-api/pkg/api/v1" ) const (