File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11//!
22//! Utils for bitfinity integration tests
3- //!
43use std:: {
54 fmt:: { Debug , Display , Formatter } ,
65 path:: PathBuf ,
@@ -14,7 +13,7 @@ use alloy_primitives::BlockNumber;
1413use lightspeed_scheduler:: JobExecutor ;
1514use parking_lot:: Mutex ;
1615use reth:: {
17- args:: { BitfinityImportArgs , IC_MAINNET_KEY } ,
16+ args:: BitfinityImportArgs ,
1817 commands:: bitfinity_import:: BitfinityImportCommand ,
1918 dirs:: { ChainPath , DataDirPath , PlatformPath } ,
2019} ;
@@ -166,13 +165,14 @@ pub async fn bitfinity_import_config_data(
166165 batch_size : 1000 ,
167166 max_fetch_blocks : 10000 ,
168167 evmc_principal : LOCAL_EVM_CANISTER_ID . to_string ( ) ,
169- ic_root_key : IC_MAINNET_KEY . to_string ( ) ,
170168 backup_rpc_url : backup_evm_datasource_url,
171169 max_retries : 3 ,
172170 retry_delay_secs : 3 ,
173171 check_evm_state_before_importing : false ,
174172 max_block_age_secs : 600 ,
175173 confirm_unsafe_blocks : false ,
174+ fetch_ic_root_key : false ,
175+ ic_url : None ,
176176 } ;
177177
178178 Ok ( (
You can’t perform that action at this time.
0 commit comments