Skip to content

Commit

Permalink
fix(eigenlayer-client): support config errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Serial-ATA committed Jan 24, 2025
1 parent 48bd607 commit 5e514bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/clients/eigenlayer/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ pub enum Error {
),
#[error("Transport error: {0}")]
TransportError(#[from] alloy_transport::RpcError<alloy_transport::TransportErrorKind>),
#[error("Config error: {0}")]
Config(#[from] gadget_config::Error),
#[error("{0}")]
OtherStatic(&'static str),
}
Expand Down

0 comments on commit 5e514bd

Please sign in to comment.