From fe90b9c06af6a511d1740c179dd2e5f715bcacb9 Mon Sep 17 00:00:00 2001 From: Madhur Shrimal Date: Wed, 4 Sep 2024 16:23:32 -0700 Subject: [PATCH] deps --- node/grpc/server.go | 2 +- node/node.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 (