Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
supernovahs committed Jun 14, 2024
1 parent 873b5d1 commit ccb530c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion crates/chainio/clients/eth/src/instrumented_client.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use eigen_metrics_collectors_rpc_calls::Collector as RpcCallsCollector;
use eigen_metrics_collectors_rpc_calls::RpcCalls as RpcCallsCollector;
use ethers::providers::{Http, Middleware, Provider};

pub struct InstrumentedClient {
Expand Down
1 change: 0 additions & 1 deletion crates/utils/src/binding.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,3 @@ sol!(
ECDSAStakeRegistry,
"../../crates/contracts/bindings/utils/json/ECDSAStakeRegistry.json"
);

0 comments on commit ccb530c

Please sign in to comment.