Skip to content

Commit 50a8b9e

Browse files
committed
simplify OperatorSet message
1 parent 98f9a6a commit 50a8b9e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

protos/eigenlayer/sidecar/v1/operatorSets/common.proto

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,8 @@ import "google/protobuf/wrappers.proto";
99
import "google/protobuf/timestamp.proto";
1010

1111
message OperatorSet {
12-
uint64 id = 1;
12+
uint32 id = 1;
1313
string avs = 2;
14-
string strategy = 3;
15-
string magnitude = 4;
16-
string totalStaked = 5;
1714
}
1815

1916
message Operator {

0 commit comments

Comments
 (0)