Skip to content

Commit

Permalink
⚡️ Increase number of request per seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
KONFeature committed Jul 1, 2024
1 parent df4bc81 commit 8730e30
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ponder.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { multiWebAuthNValidatorV2Abi } from "./abis/multiWebAuthNValidatorABI";

const pollingConfig = {
pollingInterval: 5_000,
maxRequestsPerSecond: 1,
maxRequestsPerSecond: 12,
} as const;

export default createConfig({
Expand All @@ -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),
Expand Down Expand Up @@ -62,9 +62,9 @@ export default createConfig({
arbitrumSepolia: {
startBlock: 35765963,
},
arbitrum: {
/*arbitrum: {
startBlock: 203956680,
},
},*/
/*base: {
startBlock: 13537832,
},
Expand Down

0 comments on commit 8730e30

Please sign in to comment.