File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ use std::{
7777mod utils;
7878
7979pub mod analysis;
80- pub use analysis:: * ;
80+ pub use analysis:: CheatcodeAnalysis ;
8181
8282pub type Ecx < ' a , ' b , ' c > = & ' a mut EthEvmContext < & ' b mut ( dyn DatabaseExt + ' c ) > ;
8383
Original file line number Diff line number Diff line change @@ -95,8 +95,8 @@ impl Default for FuzzDictionaryConfig {
9595 include_push_bytes : true ,
9696 // limit this to 300MB
9797 max_fuzz_dictionary_addresses : ( 300 * 1024 * 1024 ) / 20 ,
98- // limit this to 200MB
99- max_fuzz_dictionary_values : ( 200 * 1024 * 1024 ) / 32 ,
98+ // limit this to 300MB
99+ max_fuzz_dictionary_values : ( 300 * 1024 * 1024 ) / 20 ,
100100 // limit this to 200MB
101101 max_fuzz_dictionary_literals : ( 200 * 1024 * 1024 ) / 32 ,
102102 }
You can’t perform that action at this time.
0 commit comments