From 8730e300ea958fed58d9dff3ac020ba462963e3d Mon Sep 17 00:00:00 2001 From: KONFeature Date: Mon, 1 Jul 2024 19:35:05 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9A=A1=EF=B8=8F=20Increase=20number=20of=20r?= =?UTF-8?q?equest=20per=20seconds?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ponder.config.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ponder.config.ts b/ponder.config.ts index ff1946d..b690403 100644 --- a/ponder.config.ts +++ b/ponder.config.ts @@ -15,7 +15,7 @@ import { multiWebAuthNValidatorV2Abi } from "./abis/multiWebAuthNValidatorABI"; const pollingConfig = { pollingInterval: 5_000, - maxRequestsPerSecond: 1, + maxRequestsPerSecond: 12, } as const; export default createConfig({ @@ -26,11 +26,11 @@ export default createConfig({ }, networks: { // Mainnets - arbitrum: { + /*arbitrum: { chainId: 42161, transport: http(process.env.PONDER_RPC_URL_ARB), ...pollingConfig, - }, + },*/ /*base: { chainId: 8453, transport: http(process.env.PONDER_RPC_URL_BASE), @@ -62,9 +62,9 @@ export default createConfig({ arbitrumSepolia: { startBlock: 35765963, }, - arbitrum: { + /*arbitrum: { startBlock: 203956680, - }, + },*/ /*base: { startBlock: 13537832, },