Skip to content

Commit

Permalink
reduce poll interval
Browse files Browse the repository at this point in the history
  • Loading branch information
frolic committed Jan 22, 2025
1 parent 24db1e3 commit 7d6a011
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ponder/ponder.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export default createConfig({
mainnet: {
chainId: 1,
transport: http(process.env.RPC_HTTP_URL_1),
pollingInterval: 12_000,
},
},
contracts: {
Expand Down

0 comments on commit 7d6a011

Please sign in to comment.