Skip to content

Commit

Permalink
Remove extra config (#351)
Browse files Browse the repository at this point in the history
  • Loading branch information
gianbelinche authored Nov 21, 2024
1 parent 7d369a8 commit a9c31a7
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions core/lib/protobuf_config/src/proto/config/da_client.proto
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ message CelestiaConfig {
}

message EigenConfig {
reserved 1,2;
optional string disperser_rpc = 3;
optional int32 eth_confirmation_depth = 4;
optional string eigenda_eth_rpc = 5;
Expand All @@ -50,14 +51,6 @@ 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 a9c31a7

Please sign in to comment.