@@ -9,11 +9,11 @@ use alloy_rpc_types_engine::{
99 ExecutionPayloadV3 , ForkchoiceState , ForkchoiceUpdated , PayloadAttributes , PayloadId ,
1010 PayloadStatus , PayloadStatusEnum ,
1111} ;
12- use jsonrpsee:: http_client:: { transport:: HttpBackend , HttpClient } ;
12+ use jsonrpsee:: http_client:: { HttpClient , transport:: HttpBackend } ;
1313use jsonrpsee:: proc_macros:: rpc;
1414use lazy_static:: lazy_static;
1515use op_alloy_rpc_types_engine:: { OpExecutionPayloadEnvelopeV3 , OpPayloadAttributes } ;
16- use proxy:: { start_proxy_server , DynHandlerFn } ;
16+ use proxy:: { DynHandlerFn , start_proxy_server } ;
1717use serde_json:: Value ;
1818use std:: collections:: { HashMap , HashSet } ;
1919use std:: path:: { Path , PathBuf } ;
@@ -28,7 +28,7 @@ use std::{
2828 time:: { Duration , SystemTime } ,
2929} ;
3030use thiserror:: Error ;
31- use time:: { format_description , OffsetDateTime } ;
31+ use time:: { OffsetDateTime , format_description } ;
3232
3333/// Default JWT token for testing purposes
3434pub const DEFAULT_JWT_TOKEN : & str =
@@ -551,7 +551,7 @@ pub struct RollupBoostTestHarness {
551551/// Test node P2P configuration (private_key, enode_address)
552552pub const TEST_NODE_P2P_ADDR : ( & str , & str ) = (
553553 "a11ac89899cd86e36b6fb881ec1255b8a92a688790b7d950f8b7d8dd626671fb" ,
554- "3479db4d9217fb5d7a8ed4d61ac36e120b05d36c2eefb795dc42ff2e971f251a2315f5649ea1833271e020b9adc98d5db9973c7ed92d6b2f1f2223088c3d852f"
554+ "3479db4d9217fb5d7a8ed4d61ac36e120b05d36c2eefb795dc42ff2e971f251a2315f5649ea1833271e020b9adc98d5db9973c7ed92d6b2f1f2223088c3d852f" ,
555555) ;
556556
557557const PROXY_START_PORT : u16 = 4444 ;
0 commit comments