We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e39b019 commit 83d785cCopy full SHA for 83d785c
src/indexer/pangea.rs
@@ -115,7 +115,7 @@ async fn fetch_historical_data(
115
};
116
let mut last_processed_block = contract_start_block;
117
118
- let target_latest_block = get_latest_block(fuel_chain).await?-10;
+ let target_latest_block = get_latest_block(fuel_chain).await?-5;
119
info!("fuel latest block {:?}", target_latest_block);
120
info!(
121
"📌 Syncing historical data from block {} to {}...",
0 commit comments