File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -128,11 +128,7 @@ impl SimulatorTask {
128128
129129 let rollup_env = sim_env. sim_rollup_env ( self . constants ( ) , self . ru_provider . clone ( ) ) ;
130130 let host_env = sim_env. sim_host_env ( self . constants ( ) , self . host_provider . clone ( ) ) ;
131-
132- let ru_number = rollup_env. block ( ) . number ;
133- let host_number = host_env. block ( ) . number ;
134- debug ! ( ?ru_number, ?host_number, "starting block simulation" ) ;
135-
131+
136132 let block_build = BlockBuild :: new (
137133 rollup_env,
138134 host_env,
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ use crate::{
55} ;
66use alloy:: {
77 consensus:: Header ,
8- eips:: { BlockId , eip1559:: BaseFeeParams } ,
8+ eips:: { eip1559:: BaseFeeParams } ,
99 network:: Ethereum ,
1010 primitives:: { B256 , U256 } ,
1111 providers:: { Provider , network:: Network } ,
You can’t perform that action at this time.
0 commit comments