Skip to content

Commit 0df9e0e

Browse files
committed
chore: remove dead code from fast mode
1 parent d7d8362 commit 0df9e0e

File tree

2 files changed

+0
-35
lines changed

2 files changed

+0
-35
lines changed

aggregation_mode/proof_aggregator/abi/AlignedLayerServiceManager.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

aggregation_mode/proof_aggregator/src/backend/types.rs

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ use alloy::{
1010
},
1111
sol,
1212
};
13-
use AlignedLayerServiceManager::AlignedLayerServiceManagerInstance;
1413
use AlignedProofAggregationService::AlignedProofAggregationServiceInstance;
1514

1615
sol!(
@@ -31,36 +30,3 @@ pub type AlignedProofAggregationServiceContract = AlignedProofAggregationService
3130
RootProvider,
3231
>,
3332
>;
34-
35-
sol!(
36-
#[sol(rpc)]
37-
AlignedLayerServiceManager,
38-
"abi/AlignedLayerServiceManager.json"
39-
);
40-
41-
pub type AlignedLayerServiceManagerContract = AlignedLayerServiceManagerInstance<
42-
FillProvider<
43-
JoinFill<
44-
Identity,
45-
JoinFill<GasFiller, JoinFill<BlobGasFiller, JoinFill<NonceFiller, ChainIdFiller>>>,
46-
>,
47-
RootProvider,
48-
>,
49-
>;
50-
51-
pub type RPCProvider = alloy::providers::fillers::FillProvider<
52-
alloy::providers::fillers::JoinFill<
53-
alloy::providers::Identity,
54-
alloy::providers::fillers::JoinFill<
55-
alloy::providers::fillers::GasFiller,
56-
alloy::providers::fillers::JoinFill<
57-
alloy::providers::fillers::BlobGasFiller,
58-
alloy::providers::fillers::JoinFill<
59-
alloy::providers::fillers::NonceFiller,
60-
alloy::providers::fillers::ChainIdFiller,
61-
>,
62-
>,
63-
>,
64-
>,
65-
alloy::providers::RootProvider,
66-
>;

0 commit comments

Comments
 (0)