Skip to content

Commit

Permalink
add won't implement comment
Browse files Browse the repository at this point in the history
  • Loading branch information
juan518munoz committed Feb 6, 2025
1 parent e71bb5e commit a7a7c2b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ pub enum AvailFinalityState {
impl ValidiumType {
pub fn read() -> Self {
match PromptSelect::new(MSG_VALIDIUM_TYPE_PROMPT, ValidiumTypeInternal::iter()).ask() {
ValidiumTypeInternal::EigenDA => ValidiumType::EigenDA,
ValidiumTypeInternal::EigenDA => ValidiumType::EigenDA, // EigenDA doesn't support configuration through CLI
ValidiumTypeInternal::NoDA => ValidiumType::NoDA,
ValidiumTypeInternal::Avail => {
let avail_client_type = PromptSelect::new(
Expand Down

0 comments on commit a7a7c2b

Please sign in to comment.