Skip to content

Commit

Permalink
make Operator import in elcontracts writer as pub
Browse files Browse the repository at this point in the history
  • Loading branch information
supernovahs committed Jun 6, 2024
1 parent 63683f8 commit 7d6e616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/chainio/clients/elcontracts/src/writer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ use alloy_network::TxSignerSync;
use alloy_primitives::{Address, TxHash, U256};
use alloy_provider::{Provider, ProviderBuilder};
use alloy_signer_wallet::LocalWallet;
use eigen_types::operator::Operator;
pub use eigen_types::operator::Operator;
use std::sync::Arc;
use tracing::info;
use DelegationManager::OperatorDetails;
Expand Down

0 comments on commit 7d6e616

Please sign in to comment.