Skip to content

Commit

Permalink
Add reserved to proto (#343)
Browse files Browse the repository at this point in the history
  • Loading branch information
gianbelinche authored Nov 21, 2024
1 parent a2ddcc3 commit 7d369a8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions core/lib/protobuf_config/src/proto/config/da_client.proto
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,14 @@ message EigenConfig {
optional string path_to_points = 13;
}

message EigenConfig {
reserved 1,2;
oneof config {
MemStoreConfig mem_store = 3;
DisperserConfig disperser = 4;
}
}

message DataAvailabilityClient {
// oneof in protobuf allows for None
oneof config {
Expand Down

0 comments on commit 7d369a8

Please sign in to comment.