diff --git a/lib/cron/cache-config.ts b/lib/cron/cache-config.ts index ad98a10f77..e25ec4f277 100644 --- a/lib/cron/cache-config.ts +++ b/lib/cron/cache-config.ts @@ -284,11 +284,11 @@ export const chainProtocols = [ { protocol: Protocol.V2, chainId: ChainId.BASE, - timeout: 90000, + timeout: 840000, provider: new V2SubgraphProvider( ChainId.BASE, - 3, - 90000, + 5, + 900000, true, 1000, v2TrackedEthThreshold,