Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion core/node/eth_watch/src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ pub trait EthClient: 'static + fmt::Debug + Send + Sync {
}

// This constant is used for reading auxiliary events
const LOOK_BACK_BLOCK_RANGE: u64 = 1_000_000;
const LOOK_BACK_BLOCK_RANGE: u64 = 2_500_000;
pub const RETRY_LIMIT: usize = 5;
const TOO_MANY_RESULTS_INFURA: &str = "query returned more than";
const TOO_MANY_RESULTS_ALCHEMY: &str = "response size exceeded";
Expand Down
Loading