File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
aggregation_mode/src/backend Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ use risc0_ethereum_contracts::encode_seal;
2626use std:: thread:: sleep;
2727use std:: { str:: FromStr , time:: Duration } ;
2828use tracing:: { error, info, warn} ;
29- use types:: { AlignedProofAggregationService , AlignedProofAggregationServiceContract } ;
29+ use types:: { AlignedProofAggregationService , AlignedProofAggregationServiceContract , RPCProvider } ;
3030
3131#[ derive( Debug ) ]
3232pub enum AggregatedProofSubmissionError {
@@ -48,7 +48,7 @@ pub struct ProofAggregator {
4848 proof_aggregation_service : AlignedProofAggregationServiceContract ,
4949 fetcher : ProofsFetcher ,
5050 config : Config ,
51- rpc_provider : dyn Provider < EthereumWallet > ,
51+ rpc_provider : RPCProvider ,
5252}
5353
5454impl ProofAggregator {
You can’t perform that action at this time.
0 commit comments