Skip to content

Commit 83d785c

Browse files
committed
checking runner
1 parent e39b019 commit 83d785c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/indexer/pangea.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ async fn fetch_historical_data(
115115
};
116116
let mut last_processed_block = contract_start_block;
117117

118-
let target_latest_block = get_latest_block(fuel_chain).await?-10;
118+
let target_latest_block = get_latest_block(fuel_chain).await?-5;
119119
info!("fuel latest block {:?}", target_latest_block);
120120
info!(
121121
"📌 Syncing historical data from block {} to {}...",

0 commit comments

Comments
 (0)