Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gianbelinche committed Jan 3, 2025
1 parent ec26f8d commit d1a8976
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ pub async fn init_configs(
general_config.da_client_config = Some(avail_config.into());
secrets.data_availability = Some(DataAvailabilitySecrets::Avail(avail_secrets));
}
ValidiumType::EigenDA => {}
ValidiumType::EigenDA => {} // This is left blank to be able to define the config by file instead of giving it via CLI
}
}

Expand Down

0 comments on commit d1a8976

Please sign in to comment.